mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-07-26 16:25:25 -04:00
move mta-sts.mail.grapheneos.org to mail server
This commit is contained in:
parent
a07fa271e3
commit
3034c845c9
3 changed files with 7 additions and 2 deletions
|
@ -5,7 +5,6 @@ certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||||
-d grapheneos.org \
|
-d grapheneos.org \
|
||||||
-d www.grapheneos.org \
|
-d www.grapheneos.org \
|
||||||
-d mta-sts.grapheneos.org \
|
-d mta-sts.grapheneos.org \
|
||||||
-d mta-sts.mail.grapheneos.org \
|
|
||||||
-d grapheneos.app \
|
-d grapheneos.app \
|
||||||
-d mta-sts.grapheneos.app \
|
-d mta-sts.grapheneos.app \
|
||||||
-d www.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" \
|
--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" \
|
--deploy-hook "/usr/local/bin/certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \
|
||||||
--cert-name mail.grapheneos.org \
|
--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…
Add table
Add a link
Reference in a new issue