diff --git a/ee/cli/plugins/site_functions.py b/ee/cli/plugins/site_functions.py index b247071f..d8d4a2ca 100644 --- a/ee/cli/plugins/site_functions.py +++ b/ee/cli/plugins/site_functions.py @@ -1212,7 +1212,6 @@ def setupLetsEncrypt(self, ee_domain_name): ssl = EEShellExec.cmd_exec(self, "./letsencrypt-auto certonly --webroot -w /var/www/{0}/htdocs/ -d {0} -d www.{0} " .format(ee_domain_name) + "--email {0} --text --agree-tos".format(ee_wp_email)) - ssl = True if ssl: Log.info(self, "Letsencrypt succesfully configured for your site") Log.info(self, "configuring nginx config")