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 bfc310e commit 4a54446Copy full SHA for 4a54446
ee/cli/plugins/site.py
@@ -1175,7 +1175,7 @@ def doupdatesite(self, pargs):
1175
if (expiry_days <= min_expiry_days):
1176
renewLetsEncrypt(self,ee_domain)
1177
else:
1178
- Log.error(self,"More than 60 days left for certificate Expiry. Not renewing now.")
+ Log.error(self,"More than 30 days left for certificate Expiry. Not renewing now.")
1179
1180
1181
Log.error(self,"Cannot RENEW ! SSL is not configured for given site .")
0 commit comments