Skip to content

Commit 6a2c9d4

Browse files
committed
Merge pull request #686 from sanderdatema/patch-2
Log warning for not renewing from 60 to 30
2 parents 6b6f539 + 4a54446 commit 6a2c9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ee/cli/plugins/site.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@ def doupdatesite(self, pargs):
11751175
if (expiry_days <= min_expiry_days):
11761176
renewLetsEncrypt(self,ee_domain)
11771177
else:
1178-
Log.error(self,"More than 60 days left for certificate Expiry. Not renewing now.")
1178+
Log.error(self,"More than 30 days left for certificate Expiry. Not renewing now.")
11791179

11801180
else:
11811181
Log.error(self,"Cannot RENEW ! SSL is not configured for given site .")

0 commit comments

Comments
 (0)