certbot: drop absolute path for deploy hook

This commit is contained in:
Daniel Micay 2023-08-21 03:15:44 -04:00
parent a92156528a
commit adec4b9bda
10 changed files with 11 additions and 11 deletions

View file

@ -1,5 +1,5 @@
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
--deploy-hook "/usr/local/bin/certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \
--deploy-hook "certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \
--cert-name discuss.grapheneos.org \
-d discuss.grapheneos.org