set letsencrypt to true

This commit is contained in:
VirtuBox
2019-03-18 18:24:51 +01:00
parent 051d6cbf8d
commit a85a616d1b

View File

@@ -1324,7 +1324,7 @@ def setupLetsEncryptSubdomain(self, wo_domain_name):
"ssl_certificate_key {0}/{1}/key.pem;\n" "ssl_certificate_key {0}/{1}/key.pem;\n"
.format(WOVariables.wo_ssl_live, wo_domain_name)) .format(WOVariables.wo_ssl_live, wo_domain_name))
sslconf.close() sslconf.close()
# updateSiteInfo(self, wo_domain_name, ssl=True) updateSiteInfo(self, wo_domain_name, ssl=True)
WOGit.add(self, ["/etc/letsencrypt"], WOGit.add(self, ["/etc/letsencrypt"],
msg="Adding letsencrypt folder") msg="Adding letsencrypt folder")