mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-05-31 12:34:16 -04:00
fix domain for mail.grapheneos.org certbot init
This commit is contained in:
parent
fdf3839571
commit
a07fa271e3
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
certbot certonly --standalone --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 staging.grapheneos.org \
|
||||
-d staging.grapheneos.org
|
||||
--cert-name mail.grapheneos.org \
|
||||
-d mail.grapheneos.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue