Fix keylength

This commit is contained in:
VirtuBox
2019-09-30 15:05:07 +02:00
parent 122428bab7
commit 555760164b
3 changed files with 7 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ class WOAcme:
"""Issue SSL certificates with acme.sh"""
all_domains = '\' -d \''.join(acme_domains)
wo_acme_dns = acmedata['acme_dns']
keylenght = "{0}".format(WOVariables.wo_keylength)
keylenght = acmedata['keylength']
wo_acme_exec = ("/etc/letsencrypt/acme.sh --config-home "
"'/etc/letsencrypt/config'")
if acmedata['dns'] is True: