mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:19:11 +02:00
Fixing renew_before_expiry comment
This commit is contained in:
+1
-2
@@ -79,8 +79,7 @@ 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"].comments["renew_before_expiry"] = (
|
||||
constants.RENEWER_DEFAULTS["renew_before_expiry"])
|
||||
config.final_comment = ["renew_before_expiry = 30 days"]
|
||||
|
||||
# TODO: add human-readable comments explaining other available
|
||||
# parameters
|
||||
|
||||
Reference in New Issue
Block a user