mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-07-29 09:38:38 -04:00
5 lines
245 B
Org Mode
5 lines
245 B
Org Mode
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
|
--key-type ecdsa --reuse-key --required-profile tlsserver \
|
|
--deploy-hook "nginx -s reload" \
|
|
--cert-name discuss.grapheneos.org \
|
|
-d discuss.grapheneos.org
|