From b8a70bc29e5dff7923f16e1bbf8aa51fdff0cbbf Mon Sep 17 00:00:00 2001 From: Prabuddha Chakraborty Date: Wed, 13 Jan 2016 19:39:42 +0530 Subject: [PATCH] ssl missed --- ee/cli/plugins/site_functions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ee/cli/plugins/site_functions.py b/ee/cli/plugins/site_functions.py index 6f0b421a..188f15c3 100644 --- a/ee/cli/plugins/site_functions.py +++ b/ee/cli/plugins/site_functions.py @@ -1360,6 +1360,7 @@ def archivedCertificateHandle(self,domain,ee_wp_email): Log.error(self,"Certificate files not found. Skipping.\n" "Please check if following file exist\n\t/etc/letsencrypt/live/{0}/fullchain.pem\n\t" "/etc/letsencrypt/live/{0}/privkey.pem".format(domain)) + ssl = True elif check_prompt == "3": ssl = EEShellExec.cmd_exec(self, "./letsencrypt-auto --renew certonly --webroot -w /var/www/{0}/htdocs/ -d {0} -d www.{0} "