merge mail.grapheneos.org certbot command files

This commit is contained in:
Daniel Micay 2025-05-08 22:30:04 -04:00
parent c9d7aa52a6
commit a3ca986940
2 changed files with 26 additions and 25 deletions

View file

@ -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" \

View file

@ -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