Fix dns validation letsencrypt
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user