Add wildcard to update command

This commit is contained in:
VirtuBox
2019-07-13 20:42:11 +02:00
parent 819557fa53
commit 2657af9abb
2 changed files with 15 additions and 3 deletions

View File

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