Rotate key on renewal

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-06-24 23:10:21 -07:00 committed by GitHub
parent a09a2abc7b
commit 9dc93e73fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
certbot certonly --webroot --webroot-path /srv/nginx --no-eff-email \ certbot certonly --webroot --webroot-path /srv/nginx --no-eff-email \
--key-type ecdsa --reuse-key --must-staple \ --key-type ecdsa --must-staple \
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \ --deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
--cert-name uptime.yourdomain.tld \ --cert-name uptime.yourdomain.tld \
-d uptime.yourdomain.tld -d uptime.yourdomain.tld