mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-10-01 00:55:42 -04:00
26 lines
983 B
Org Mode
26 lines
983 B
Org Mode
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
|
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
|
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
|
|
--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
|