diff --git a/certbot/renewal.py b/certbot/renewal.py index 5e57c3e20..f5b2efa46 100644 --- a/certbot/renewal.py +++ b/certbot/renewal.py @@ -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"]