Fix dns_cf variable

This commit is contained in:
VirtuBox
2019-07-14 13:53:47 +02:00
parent e216126900
commit 2eb05e7b82

View File

@@ -1436,7 +1436,7 @@ def setupLetsEncryptSubdomain(self, wo_domain_name):
# setup letsencrypt for domain + www.domain
def setupLetsEncryptWildcard(self, wo_domain_name, wo_acme_dns=dns_cf):
def setupLetsEncryptWildcard(self, wo_domain_name, wo_acme_dns='dns_cf'):
if os.path.isfile("/etc/letsencrypt/renewal/{0}_ecc/{0}.conf"
.format(wo_domain_name)):