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 changed files with 1 additions and 1 deletions

2
le.sh
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"