mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-03 11:00:49 -05:00
move mta-sts.mail.grapheneos.org to mail server
This commit is contained in:
parent
a07fa271e3
commit
3034c845c9
@ -5,7 +5,6 @@ certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||
-d grapheneos.org \
|
||||
-d www.grapheneos.org \
|
||||
-d mta-sts.grapheneos.org \
|
||||
-d mta-sts.mail.grapheneos.org \
|
||||
-d grapheneos.app \
|
||||
-d mta-sts.grapheneos.app \
|
||||
-d www.grapheneos.app \
|
||||
|
@ -1,4 +1,4 @@
|
||||
certbot certonly --standalone --no-eff-email \
|
||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||
--key-type rsa --rsa-key-size 3072 --reuse-key --preferred-chain "ISRG Root X1" \
|
||||
--deploy-hook "/usr/local/bin/certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \
|
||||
--cert-name mail.grapheneos.org \
|
||||
|
6
certbot/mta-sts.mail.grapheneos.org
Normal file
6
certbot/mta-sts.mail.grapheneos.org
Normal file
@ -0,0 +1,6 @@
|
||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
||||
--deploy-hook "/usr/local/bin/certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \
|
||||
--cert-name mta-sts.mail.grapheneos.org \
|
||||
-d mta-sts.mail.grapheneos.org \
|
||||
-d mail.grapheneos.org
|
Loading…
Reference in New Issue
Block a user