move mta-sts.mail.grapheneos.org to mail server

This commit is contained in:
Daniel Micay 2023-06-21 13:48:41 -04:00
parent a07fa271e3
commit 3034c845c9
3 changed files with 7 additions and 2 deletions

View File

@ -5,7 +5,6 @@ certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
-d grapheneos.org \
-d www.grapheneos.org \
-d mta-sts.grapheneos.org \
-d mta-sts.mail.grapheneos.org \
-d grapheneos.app \
-d mta-sts.grapheneos.app \
-d www.grapheneos.app \

View File

@ -1,4 +1,4 @@
certbot certonly --standalone --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" \
--deploy-hook "/usr/local/bin/certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \
--cert-name mail.grapheneos.org \

View File

@ -0,0 +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 "/usr/local/bin/certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \
--cert-name mta-sts.mail.grapheneos.org \
-d mta-sts.mail.grapheneos.org \
-d mail.grapheneos.org