diff --git a/roles/tlscert_acme_inwx/files/inwx b/roles/tlscert_acme_inwx/files/inwx index 5f8ac82..19c3f19 100755 --- a/roles/tlscert_acme_inwx/files/inwx +++ b/roles/tlscert_acme_inwx/files/inwx @@ -194,7 +194,6 @@ def conf_load( "password": conf_data_raw.get("account", {}).get("password", None), } } - print(_json.dumps(_conf_data, indent = "\t")) def conf_get( @@ -500,7 +499,7 @@ def main( dest = "environment", metavar = "", default = None, - help = "environment to use; one of the keys in the 'url' file of the configuration; overwrites the configuration value", + help = "environment to use; one of the keys in the 'url' node of the configuration; overwrites the configuration value", ) argument_parser.add_argument( "-u", @@ -651,8 +650,8 @@ def main( if (account_password is None): raise ValueError("account password required") else: - if (args.domain_base is None): - raise ValueError("domain base required") + if (args.domain is None): + raise ValueError("domain required") else: result = api_macro_list( environment,