From 41bb67f7a269ba82995c3dd1ff9194072aea0290 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 3 Feb 2016 16:29:36 -0800 Subject: [PATCH] Use .namespace --- letsencrypt/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index 832cc9117..8c33ddfd0 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -429,7 +429,7 @@ def _auth_from_domains(le_client, config, domains): lineage.latest_common_version(), OpenSSL.crypto.dump_certificate( OpenSSL.crypto.FILETYPE_PEM, new_certr.body.wrapped), new_key.pem, crypto_util.dump_pyopenssl_chain(new_chain), - configuration.RenewerConfiguration(config)) + configuration.RenewerConfiguration(config.namespace)) lineage.update_all_links_to(lineage.latest_common_version()) # TODO: Check return value of save_successor # TODO: Also update lineage renewal config with any relevant