mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Fix new call to save_successor
This commit is contained in:
+1
-2
@@ -276,8 +276,7 @@ def run(args, config, plugins): # pylint: disable=too-many-branches,too-many-lo
|
|||||||
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),
|
OpenSSL.crypto.FILETYPE_PEM, new_certr.body),
|
||||||
new_key.pem, OpenSSL.crypto.dump_certificate(
|
new_key.pem, crypto_util.dump_pyopenssl_chain(new_chain))
|
||||||
OpenSSL.crypto.FILETYPE_PEM, new_chain))
|
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user