mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Update cli_config in save_successor
This commit is contained in:
parent
b60583e416
commit
db9a931fb0
1 changed files with 1 additions and 0 deletions
|
|
@ -766,6 +766,7 @@ class RenewableCert(object): # pylint: disable=too-many-instance-attributes
|
|||
# if needed (ensuring their permissions are correct)
|
||||
# Figure out what the new version is and hence where to save things
|
||||
|
||||
self.cli_config = cli_config
|
||||
target_version = self.next_free_version()
|
||||
archive = self.cli_config.archive_dir
|
||||
prefix = os.path.join(archive, self.lineagename)
|
||||
|
|
|
|||
Loading…
Reference in a new issue