From 74b26bbba5ee9fd0a409622b8f77e28a953bc711 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 9 Jul 2023 18:23:17 -0400 Subject: use new OCSP cache path --- certbot-replicate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'certbot-replicate') 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 -- cgit v1.3.1