From 31b06226647d6cf756b536416fa3c561f388209a Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Mon, 18 Mar 2019 14:48:07 +0100 Subject: [PATCH] update le --- wo/cli/plugins/site_functions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wo/cli/plugins/site_functions.py b/wo/cli/plugins/site_functions.py index dc126c5..e5c530e 100644 --- a/wo/cli/plugins/site_functions.py +++ b/wo/cli/plugins/site_functions.py @@ -1471,7 +1471,6 @@ def archivedCertificateHandle(self, domain): Log.info( self, "Adding /var/www/{0}/conf/nginx/ssl.conf" .format(domain)) - Log.info(self, "Install . Backing it up ..") sslconf = open("/var/www/{0}/conf/nginx/ssl.conf" .format(domain), @@ -1484,6 +1483,8 @@ def archivedCertificateHandle(self, domain): .format(WOVariables.wo_ssl_live, domain)) sslconf.close() + ssl = True + elif (check_prompt == "2"): Log.info(self, "Using Existing Certificate files") if not os.path.isfile("{0}/{1}/fullchain.pem"