NGINX-Configs/certbot/uptime-kuma
Tommy 9dc93e73fe
Rotate key on renewal
Signed-off-by: Tommy <contact@tommytran.io>
2024-06-24 23:10:21 -07:00

6 lines
254 B
Plaintext

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