Add renew_hook to options stored in the renewal config, partially tackles #3394 (#3724)

This commit is contained in:
Gilles Pietri 2016-11-08 00:31:50 +01:00 committed by Peter Eckersley
parent d741e684d0
commit 0bc3e1860b

View file

@ -31,7 +31,7 @@ logger = logging.getLogger(__name__)
# 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"]