mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-10-01 00:55:42 -04:00
7 lines
305 B
Org Mode
7 lines
305 B
Org Mode
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 "postfix reload; dovecot reload" \
|
|
--cert-name mail.grapheneos.org \
|
|
-d mail.grapheneos.org \
|
|
-d mail.grapheneos.net
|