Browse Source

add log

develop
Prabuddha Chakraborty 9 years ago
parent
commit
f6a4728d71
  1. 2
      ee/cli/plugins/site.py

2
ee/cli/plugins/site.py

@ -1120,6 +1120,8 @@ class EESiteUpdateController(CementBaseController):
renewLetsEncrypt(self,ee_domain)
Log.info(self, "SUCCESS: Certificate was successfully renewed For"
" https://{0}".format(ee_domain))
else:
Log.info(self,"More than 60 days left for certificate Expiry. Not renewing now.\n")
if (SSL.getExpirationDays(self,ee_domain)>0):
Log.info(self, "Your cert will expire within " + str(SSL.getExpirationDays(self,ee_domain)) + " days.")

Loading…
Cancel
Save