Skip to content

Commit

Permalink
Add renew_hook to options stored in the renewal config, partially tac…
Browse files Browse the repository at this point in the history
  • Loading branch information
gilou authored and pde committed Nov 7, 2016
1 parent d741e68 commit 0bc3e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certbot/renewal.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# the renewal configuration process loses this information.
STR_CONFIG_ITEMS = ["config_dir", "logs_dir", "work_dir", "user_agent",
"server", "account", "authenticator", "installer",
"standalone_supported_challenges"]
"standalone_supported_challenges", "renew_hook"]
INT_CONFIG_ITEMS = ["rsa_key_size", "tls_sni_01_port", "http01_port"]


Expand Down

0 comments on commit 0bc3e18

Please sign in to comment.