From 30ad9584fd5b01941e5dcfab8987768dcd5fe4ee Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Fri, 8 Jan 2016 21:41:47 +0100 Subject: [PATCH] re-set RENEW_DAYS to 30 (got accidentally reverted in one of the previous commits) --- letsencrypt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt.sh b/letsencrypt.sh index 10b5c2c..f2f297b 100755 --- a/letsencrypt.sh +++ b/letsencrypt.sh @@ -22,7 +22,7 @@ load_config() { CA="https://acme-v01.api.letsencrypt.org/directory" LICENSE="https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf" HOOK= - RENEW_DAYS="14" + RENEW_DAYS="30" PRIVATE_KEY="${BASEDIR}/private_key.pem" KEYSIZE="4096" WELLKNOWN="${BASEDIR}/.acme-challenges" -- 2.39.5