We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ce9a2 commit 7ea967cCopy full SHA for 7ea967c
ee/cli/plugins/site.py
@@ -1222,7 +1222,7 @@ def doupdatesite(self, pargs):
1222
Log.info(self, "SUCCESS: Certificate was successfully renewed For"
1223
" https://{0}".format(ee_domain))
1224
else:
1225
- Log.info(self,"More than 60 days left for certificate Expiry. Not renewing now.\n")
+ Log.info(self,"More than 30 days left for certificate Expiry. Not renewing now.\n")
1226
1227
if (SSL.getExpirationDays(self,ee_domain)>0):
1228
Log.info(self, "Your cert will expire within " + str(SSL.getExpirationDays(self,ee_domain)) + " days.")
0 commit comments