Fix dnsalias

This commit is contained in:
VirtuBox
2019-09-24 02:51:36 +02:00
parent 08d9ea7a57
commit 225c30d298

View File

@@ -889,6 +889,9 @@ class WOSiteUpdateController(CementBaseController):
dict(help="choose dns provider api for letsencrypt",
action='store' or 'store_const',
const='dns_cf', nargs='?')),
(['--dnsalias'],
dict(help="set domain used for acme dns alias validation",
action='store', nargs='?')),
(['--hsts'],
dict(help="configure hsts for the site",
action='store' or 'store_const',