mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 00:22:04 +02:00
Pass config in call to save_successor
This commit is contained in:
+2
-2
@@ -428,8 +428,8 @@ def _auth_from_domains(le_client, config, domains):
|
|||||||
lineage.save_successor(
|
lineage.save_successor(
|
||||||
lineage.latest_common_version(), OpenSSL.crypto.dump_certificate(
|
lineage.latest_common_version(), OpenSSL.crypto.dump_certificate(
|
||||||
OpenSSL.crypto.FILETYPE_PEM, new_certr.body.wrapped),
|
OpenSSL.crypto.FILETYPE_PEM, new_certr.body.wrapped),
|
||||||
new_key.pem, crypto_util.dump_pyopenssl_chain(new_chain))
|
new_key.pem, crypto_util.dump_pyopenssl_chain(new_chain),
|
||||||
|
configuration.RenewerConfiguration(config))
|
||||||
lineage.update_all_links_to(lineage.latest_common_version())
|
lineage.update_all_links_to(lineage.latest_common_version())
|
||||||
# TODO: Check return value of save_successor
|
# TODO: Check return value of save_successor
|
||||||
# TODO: Also update lineage renewal config with any relevant
|
# TODO: Also update lineage renewal config with any relevant
|
||||||
|
|||||||
Reference in New Issue
Block a user