update ocsp cache path for certbot deploy hook

This commit is contained in:
Daniel Micay 2023-08-21 03:20:50 -04:00
parent adec4b9bda
commit 067b42213f
10 changed files with 11 additions and 11 deletions

View file

@ -1,6 +1,6 @@
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
--deploy-hook "certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
--cert-name attestation.app \
-d attestation.app \
-d www.attestation.app