mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-23 05:59:22 -05:00
7 lines
348 B
Org Mode
7 lines
348 B
Org Mode
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 discuss.grapheneos.org \
|
|
-d discuss.grapheneos.org \
|
|
-d mta-sts.discuss.grapheneos.org
|