1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-12 00:42:56 +00:00

change default renewall days to 80 days.

This commit is contained in:
neil
2016-01-14 23:04:07 +08:00
parent 5f68af17d2
commit 282eae22a2
+1 -1
View File
@@ -639,7 +639,7 @@ issue() {
_setopt "$DOMAIN_CONF" "Le_CertCreateTimeStr" "=" "\"$Le_CertCreateTimeStr\""
if [ ! "$Le_RenewalDays" ] ; then
Le_RenewalDays=50
Le_RenewalDays=80
fi
_setopt "$DOMAIN_CONF" "Le_RenewalDays" "=" "$Le_RenewalDays"