mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Fixing renew_before_expiry comment
This commit is contained in:
parent
771f5cfe49
commit
070642faaf
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue