mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-03 02:50:47 -05:00
set proper mail.grapheneos.org certbot hook
This commit is contained in:
parent
92456a8327
commit
48c9636fbd
@ -1,6 +1,6 @@
|
|||||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||||
--key-type rsa --rsa-key-size 3072 --reuse-key --preferred-chain "ISRG Root X1" \
|
--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 \
|
--cert-name mail.grapheneos.org \
|
||||||
-d mail.grapheneos.org \
|
-d mail.grapheneos.org \
|
||||||
-d mail.grapheneos.net
|
-d mail.grapheneos.net
|
||||||
|
Loading…
Reference in New Issue
Block a user