From 9dc93e73fe2b7d9678333427018b72af51c6d279 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 24 Jun 2024 23:10:21 -0700 Subject: [PATCH] Rotate key on renewal Signed-off-by: Tommy --- certbot/uptime-kuma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/uptime-kuma b/certbot/uptime-kuma index 1622001..4e60237 100644 --- a/certbot/uptime-kuma +++ b/certbot/uptime-kuma @@ -1,5 +1,5 @@ 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" \ --cert-name uptime.yourdomain.tld \ -d uptime.yourdomain.tld