mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-08-08 14:32:35 -04:00
6 lines
266 B
Text
6 lines
266 B
Text
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 grapheneos.social \
|
|
-d grapheneos.social \
|
|
-d www.grapheneos.social
|