mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Save version in renewal config file
This commit is contained in:
parent
0e9aec20a7
commit
c3c9441a59
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ def write_renewal_config(o_filename, n_filename, target, relevant_data):
|
|||
|
||||
"""
|
||||
config = configobj.ConfigObj(o_filename)
|
||||
config["version"] = certbot.__version__
|
||||
for kind in ALL_FOUR:
|
||||
config[kind] = target[kind]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue