From 4f5b61e7fea0b6176555d931b482527fa7ab7555 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sun, 14 Jul 2019 22:53:48 +0200 Subject: [PATCH] Fix dns validation letsencrypt --- wo/cli/plugins/site.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/plugins/site.py b/wo/cli/plugins/site.py index 8d1f69f..e20a6d6 100644 --- a/wo/cli/plugins/site.py +++ b/wo/cli/plugins/site.py @@ -812,7 +812,7 @@ class WOSiteUpdateController(CementBaseController): (['--dns'], dict(help="choose dns provider api for letsencrypt", action='store' or 'store_const', - const='cf', nargs='?')), + const='dns_cf', nargs='?')), (['--hsts'], dict(help="configure hsts for the site", action='store' or 'store_const',