mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
use webroot_map if present (it's already a dict when deserialized!)
This commit is contained in:
+4
-1
@@ -734,7 +734,10 @@ def renew(args, cli_config, plugins):
|
||||
"an authenticator. Skipping.", full_path)
|
||||
continue
|
||||
# ?? config = configuration.NamespaceConfig(_AttrDict(renewalparams))
|
||||
# XXX: also need: webroot_map
|
||||
if "webroot_map" in renewalparams:
|
||||
config.__setattr__("webroot_map", renewalparams["webroot_map"])
|
||||
print ("webroot_map", renewalparams["webroot_map"])
|
||||
raw_input()
|
||||
# XXX: also need: nginx_, apache_, and plesk_ items
|
||||
# string-valued items to add if they're present
|
||||
for config_item in ["config_dir", "log_dir", "work_dir", "user_agent",
|
||||
|
||||
Reference in New Issue
Block a user