diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-07-09 18:23:17 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-07-09 18:34:22 -0400 |
| commit | 74b26bbba5ee9fd0a409622b8f77e28a953bc711 (patch) | |
| tree | 2f0fd56051f709bb273bfb4e17a15f237dcd1482 /certbot-replicate | |
| parent | cf26b8423de90d504c8ae6eeb66250cb3f33c3ba (diff) | |
use new OCSP cache path
Diffstat (limited to 'certbot-replicate')
| -rwxr-xr-x | certbot-replicate | 2 |
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 |
