This commit is contained in:
VirtuBox
2019-07-15 10:47:20 +02:00
parent 53b85719f1
commit be2e94327b
2 changed files with 3 additions and 3 deletions

View File

@@ -1286,7 +1286,7 @@ class WOSiteUpdateController(CementBaseController):
setupLetsEncrypt(self, wo_domain, True)
httpsRedirect(self, wo_domain)
elif self.app.pargs.letsencrypt == "wildcard":
setupLetsEncrypt(self, wo_domain, false, True,
setupLetsEncrypt(self, wo_domain, False, True,
True, wo_acme_dns)
httpsRedirect(self, wo_domain, True, True)
else: