Skip to content

Commit 7ea967c

Browse files
committed
Fix #727
1 parent c0ce9a2 commit 7ea967c

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
@@ -1222,7 +1222,7 @@ def doupdatesite(self, pargs):
12221222
Log.info(self, "SUCCESS: Certificate was successfully renewed For"
12231223
" https://{0}".format(ee_domain))
12241224
else:
1225-
Log.info(self,"More than 60 days left for certificate Expiry. Not renewing now.\n")
1225+
Log.info(self,"More than 30 days left for certificate Expiry. Not renewing now.\n")
12261226

12271227
if (SSL.getExpirationDays(self,ee_domain)>0):
12281228
Log.info(self, "Your cert will expire within " + str(SSL.getExpirationDays(self,ee_domain)) + " days.")

0 commit comments

Comments
 (0)