Begin implementing pre / post-hook preservation

This commit is contained in:
Peter Eckersley
2016-12-15 17:28:16 -08:00
parent e6f24db624
commit 876a760a91
3 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ 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", "renew_hook"]
"standalone_supported_challenges", "renew_hook",
"pre_hook", "post_hook"]
INT_CONFIG_ITEMS = ["rsa_key_size", "tls_sni_01_port", "http01_port"]