mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 16:12:09 +02:00
Begin implementing pre / post-hook preservation
This commit is contained in:
+2
-1
@@ -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"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user