certbot: switch to --required-profile

This commit is contained in:
Daniel Micay 2025-06-21 18:16:58 -04:00
parent 224bdfe93f
commit b1452518fc
13 changed files with 14 additions and 14 deletions

View file

@ -1,5 +1,5 @@
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
--key-type ecdsa --reuse-key --preferred-profile tlsserver \
--key-type ecdsa --reuse-key --required-profile tlsserver \
--deploy-hook "nginx -s reload" \
--cert-name discuss.grapheneos.org \
-d discuss.grapheneos.org