use new OCSP cache path

This commit is contained in:
Daniel Micay
2023-07-09 18:23:17 -04:00
parent cf26b8423d
commit 74b26bbba5
2 changed files with 2 additions and 2 deletions

View File

@@ -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