move mta-sts.attestation.app to mail server

This commit is contained in:
Daniel Micay 2023-06-21 13:59:46 -04:00
parent 3034c845c9
commit 95e0c68cb0
2 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,4 @@ certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
--deploy-hook "/usr/local/bin/certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \
--cert-name attestation.app \
-d attestation.app \
-d mta-sts.attestation.app \
-d www.attestation.app

View File

@ -3,4 +3,5 @@ certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
--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
-d mail.grapheneos.org \
-d mta-sts.attestation.app