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"