2023-06-21 13:48:41 -04:00
|
|
|
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
|
|
|
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
2023-08-21 03:20:50 -04:00
|
|
|
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
|
2023-06-21 13:48:41 -04:00
|
|
|
--cert-name mta-sts.mail.grapheneos.org \
|
2023-06-21 13:59:46 -04:00
|
|
|
-d mail.grapheneos.org \
|
2023-06-23 11:57:39 -04:00
|
|
|
-d mail.grapheneos.net \
|
2023-06-21 14:20:21 -04:00
|
|
|
-d mta-sts.attestation.app \
|
2023-06-21 14:20:43 -04:00
|
|
|
-d mta-sts.discuss.grapheneos.org \
|
2023-06-21 14:53:07 -04:00
|
|
|
-d mta-sts.grapheneos.app \
|
|
|
|
-d mta-sts.grapheneos.ca \
|
|
|
|
-d mta-sts.grapheneos.com \
|
|
|
|
-d mta-sts.grapheneos.dev \
|
2024-04-13 19:15:02 -04:00
|
|
|
-d mta-sts.grapheneos.foundation \
|
2023-06-21 14:53:07 -04:00
|
|
|
-d mta-sts.grapheneos.info \
|
|
|
|
-d mta-sts.grapheneos.net \
|
2023-06-21 14:43:06 -04:00
|
|
|
-d mta-sts.grapheneos.network \
|
|
|
|
-d mta-sts.grapheneos.online \
|
2023-06-21 14:53:07 -04:00
|
|
|
-d mta-sts.grapheneos.org \
|
|
|
|
-d mta-sts.grapheneos.ovh \
|
|
|
|
-d mta-sts.grapheneos.page \
|
2023-06-21 14:31:49 -04:00
|
|
|
-d mta-sts.grapheneos.social \
|
2024-01-25 12:55:57 -05:00
|
|
|
-d mta-sts.mail.grapheneos.org \
|
2023-06-21 14:37:46 -04:00
|
|
|
-d mta-sts.matrix.grapheneos.org \
|
2023-06-21 14:53:07 -04:00
|
|
|
-d mta-sts.seamlessupdate.app \
|
|
|
|
-d mta-sts.vanadium.app
|