diff --git a/certbot/mail.grapheneos.org b/certbot/mail.grapheneos.org index 4dba296..a441a93 100644 --- a/certbot/mail.grapheneos.org +++ b/certbot/mail.grapheneos.org @@ -1,3 +1,29 @@ +certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \ + --key-type ecdsa --reuse-key --preferred-profile tlsserver \ + --deploy-hook "nginx -s reload" \ + --cert-name 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 \ + -d mta-sts.grapheneos.ca \ + -d mta-sts.grapheneos.com \ + -d mta-sts.grapheneos.dev \ + -d mta-sts.grapheneos.foundation \ + -d mta-sts.grapheneos.info \ + -d mta-sts.grapheneos.net \ + -d mta-sts.grapheneos.network \ + -d mta-sts.grapheneos.online \ + -d mta-sts.grapheneos.org \ + -d mta-sts.grapheneos.ovh \ + -d mta-sts.grapheneos.page \ + -d mta-sts.grapheneos.social \ + -d mta-sts.mail.grapheneos.org \ + -d mta-sts.matrix.grapheneos.org \ + -d mta-sts.seamlessupdate.app \ + -d mta-sts.vanadium.app + certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \ --key-type rsa --rsa-key-size 3072 --reuse-key \ --deploy-hook "postfix reload; dovecot reload" \ diff --git a/certbot/mta-sts.mail.grapheneos.org b/certbot/mta-sts.mail.grapheneos.org deleted file mode 100644 index 780afeb..0000000 --- a/certbot/mta-sts.mail.grapheneos.org +++ /dev/null @@ -1,25 +0,0 @@ -certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \ - --key-type ecdsa --reuse-key --preferred-profile tlsserver \ - --deploy-hook "nginx -s reload" \ - --cert-name 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 \ - -d mta-sts.grapheneos.ca \ - -d mta-sts.grapheneos.com \ - -d mta-sts.grapheneos.dev \ - -d mta-sts.grapheneos.foundation \ - -d mta-sts.grapheneos.info \ - -d mta-sts.grapheneos.net \ - -d mta-sts.grapheneos.network \ - -d mta-sts.grapheneos.online \ - -d mta-sts.grapheneos.org \ - -d mta-sts.grapheneos.ovh \ - -d mta-sts.grapheneos.page \ - -d mta-sts.grapheneos.social \ - -d mta-sts.mail.grapheneos.org \ - -d mta-sts.matrix.grapheneos.org \ - -d mta-sts.seamlessupdate.app \ - -d mta-sts.vanadium.app