summaryrefslogtreecommitdiff
path: root/certbot-replicate
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2023-07-09 18:23:17 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2023-07-09 18:34:22 -0400
commit74b26bbba5ee9fd0a409622b8f77e28a953bc711 (patch)
tree2f0fd56051f709bb273bfb4e17a15f237dcd1482 /certbot-replicate
parentcf26b8423de90d504c8ae6eeb66250cb3f33c3ba (diff)
use new OCSP cache path
Diffstat (limited to 'certbot-replicate')
-rwxr-xr-xcertbot-replicate2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-replicate b/certbot-replicate
index 44e37398..d58189cb 100755
--- a/certbot-replicate
+++ b/certbot-replicate
@@ -10,6 +10,6 @@ for replica in ${replicas[@]}; do
echo
rsync -rptvl --fsync --delete /etc/letsencrypt/ $replica:/etc/letsencrypt
- rsync -rptvl --fsync --delete /etc/nginx/ocsp-cache/ $replica:/etc/nginx/ocsp-cache
+ rsync -rptvl --fsync --delete /var/cache/certbot-ocsp-fetcher/ $replica:/var/cache/certbot-ocsp-fetcher
ssh root@$replica nginx -s reload
done