set proper mail.grapheneos.org certbot hook

This commit is contained in:
Daniel Micay 2023-07-06 18:52:10 -04:00
parent 92456a8327
commit 48c9636fbd
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
--key-type rsa --rsa-key-size 3072 --reuse-key --preferred-chain "ISRG Root X1" \
--deploy-hook "/usr/local/bin/certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \
--deploy-hook "postfix reload; dovecot reload" \
--cert-name mail.grapheneos.org \
-d mail.grapheneos.org \
-d mail.grapheneos.net