Fix error in --letsencrypt=subdomain

This commit is contained in:
VirtuBox
2019-07-23 12:47:02 +02:00
parent 68596ac333
commit 68a299be83
2 changed files with 2 additions and 2 deletions

View File

@@ -1369,7 +1369,7 @@ def setupLetsEncrypt(self, wo_domain_name, subdomain=False, wildcard=False,
"'/etc/letsencrypt/config' "
"--issue "
"-d {0} {1}"
"-k {3} -f"
"-k {2} -f"
.format(wo_domain_name,
acme_mode,
keylenght))