add mail.grapheneos.net fallback name for MX

This commit is contained in:
Daniel Micay 2023-06-23 11:57:39 -04:00
parent 4089b07be1
commit 82bf5e752c
2 changed files with 3 additions and 1 deletions

View File

@ -2,4 +2,5 @@ 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 \
-d mail.grapheneos.org
-d mail.grapheneos.org \
-d mail.grapheneos.net

View File

@ -4,6 +4,7 @@ certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
--cert-name mta-sts.mail.grapheneos.org \
-d mta-sts.mail.grapheneos.org \
-d mail.grapheneos.org \
-d mail.grapheneos.net \
-d mta-sts.attestation.app \
-d mta-sts.discuss.grapheneos.org \
-d mta-sts.grapheneos.app \