mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Set domains to None to satisfy sanity checks
This commit is contained in:
parent
bb6736f36c
commit
ee5f91f55a
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ def create_le_config(parent_dir):
|
|||
os.mkdir(config["work_dir"])
|
||||
os.mkdir(config["logs_dir"])
|
||||
|
||||
config["domains"] = None
|
||||
|
||||
return argparse.Namespace(**config) # pylint: disable=star-args
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue