Skip to content

Commit 4a54446

Browse files
committed
Log warning for not renewing from 60 to 30
`min_expiry_days` is set to 30 days, but the log warning says 60.
1 parent bfc310e commit 4a54446

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)