Browse Source

error status

develop
Prabuddha Chakraborty 9 years ago
parent
commit
c718d5127d
  1. 5
      ee/cli/plugins/site_functions.py

5
ee/cli/plugins/site_functions.py

@ -1244,7 +1244,10 @@ def setupLetsEncrypt(self, ee_domain_name):
Log.debug(self, "Error occured while generating " Log.debug(self, "Error occured while generating "
"ssl.conf") "ssl.conf")
else: else:
Log.error(self, "Unable to setup, LetsEncrypt") Log.error(self, "Unable to setup, Let's Encrypt", False)
Log.error(self, "Please make sure that your site is live and\n"
"running on same server on which you are running Let’s Encrypt Client "
"\nto allow it to verify the site automatically.")
def renewLetsEncrypt(self, ee_domain_name): def renewLetsEncrypt(self, ee_domain_name):

Loading…
Cancel
Save