mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
Save version in renewal config file
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user