graphene-os-server-infrastr.../certbot/mail.grapheneos.org
2025-07-23 00:26:41 -04:00

32 lines
1.2 KiB
Org Mode

certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
--key-type ecdsa --reuse-key --required-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" \
--cert-name mail.grapheneos.org \
-d mail.grapheneos.org \
-d mail.grapheneos.net