mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
This commit is contained in:
parent
d741e684d0
commit
0bc3e1860b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue