mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Revert workaround for #482
This commit is contained in:
parent
40871d4c29
commit
52e20769bb
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ CLI_DEFAULTS = dict(
|
|||
chain_path="/etc/letsencrypt/certs/chain-letsencrypt.pem",
|
||||
renewer_config_file="/etc/letsencrypt/renewer.conf",
|
||||
no_verify_ssl=False,
|
||||
dvsni_port=443,
|
||||
dvsni_port=challenges.DVSNI.PORT,
|
||||
)
|
||||
"""Defaults for CLI flags and `.IConfig` attributes."""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue