Fix dns validation letsencrypt

This commit is contained in:
VirtuBox
2019-07-14 22:53:48 +02:00
parent 37bd353fa4
commit 4f5b61e7fe

View File

@@ -812,7 +812,7 @@ class WOSiteUpdateController(CementBaseController):
(['--dns'], (['--dns'],
dict(help="choose dns provider api for letsencrypt", dict(help="choose dns provider api for letsencrypt",
action='store' or 'store_const', action='store' or 'store_const',
const='cf', nargs='?')), const='dns_cf', nargs='?')),
(['--hsts'], (['--hsts'],
dict(help="configure hsts for the site", dict(help="configure hsts for the site",
action='store' or 'store_const', action='store' or 'store_const',