update le
This commit is contained in:
@@ -1471,7 +1471,6 @@ def archivedCertificateHandle(self, domain):
|
|||||||
Log.info(
|
Log.info(
|
||||||
self, "Adding /var/www/{0}/conf/nginx/ssl.conf"
|
self, "Adding /var/www/{0}/conf/nginx/ssl.conf"
|
||||||
.format(domain))
|
.format(domain))
|
||||||
Log.info(self, "Install . Backing it up ..")
|
|
||||||
|
|
||||||
sslconf = open("/var/www/{0}/conf/nginx/ssl.conf"
|
sslconf = open("/var/www/{0}/conf/nginx/ssl.conf"
|
||||||
.format(domain),
|
.format(domain),
|
||||||
@@ -1484,6 +1483,8 @@ def archivedCertificateHandle(self, domain):
|
|||||||
.format(WOVariables.wo_ssl_live, domain))
|
.format(WOVariables.wo_ssl_live, domain))
|
||||||
sslconf.close()
|
sslconf.close()
|
||||||
|
|
||||||
|
ssl = True
|
||||||
|
|
||||||
elif (check_prompt == "2"):
|
elif (check_prompt == "2"):
|
||||||
Log.info(self, "Using Existing Certificate files")
|
Log.info(self, "Using Existing Certificate files")
|
||||||
if not os.path.isfile("{0}/{1}/fullchain.pem"
|
if not os.path.isfile("{0}/{1}/fullchain.pem"
|
||||||
|
|||||||
Reference in New Issue
Block a user