mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-08-10 15:30:32 -04:00
certbot: switch to --required-profile
This commit is contained in:
parent
224bdfe93f
commit
b1452518fc
13 changed files with 14 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue