mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
Implementing schoen's correction
This commit is contained in:
+1
-2
@@ -79,9 +79,8 @@ def write_renewal_config(o_filename, n_filename, target, relevant_data):
|
||||
del config["renewalparams"][k]
|
||||
|
||||
if "renew_before_expiry" not in config["renewalparams"]:
|
||||
config["renewalparams"]["renew_before_expiry"] = (
|
||||
config["renewalparams"].comments["renew_before_expiry"] = (
|
||||
constants.RENEWER_DEFAULTS["renew_before_expiry"])
|
||||
config["renewalparams"].comments["renew_before_expiry"] = ["Renewal interval"]
|
||||
|
||||
# TODO: add human-readable comments explaining other available
|
||||
# parameters
|
||||
|
||||
Reference in New Issue
Block a user