mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-22 13:45:02 -05:00
add mail.grapheneos.net fallback name for MX
This commit is contained in:
parent
4089b07be1
commit
82bf5e752c
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user