fix(conf): add crl related config default values in conf

This commit is contained in:
Zaiming (Stone) Shi 2022-11-15 13:16:20 +01:00
parent 1783fa1e80
commit 4f02947222
2 changed files with 3 additions and 3 deletions

View File

@ -1566,14 +1566,14 @@ listener.ssl.external.cacertfile = {{ platform_etc_dir }}/certs/cacert.pem
##
## Value: Duration
## Default: 15 s
## crl_cache_http_timeout = 15s
crl_cache_http_timeout = 15s
## The period to refresh the CRLs from the servers. This is global
## for all URLs and listeners.
##
## Value: Duration
## Default: 15 m
## crl_cache_refresh_interval = 15m
crl_cache_refresh_interval = 15m
## The Ephemeral Diffie-Helman key exchange is a very effective way of
## ensuring Forward Secrecy by exchanging a set of keys that never hit

View File

@ -1698,7 +1698,7 @@ end}.
]}.
{mapping, "listener.ssl.$name.ocsp_refresh_http_timeout", "emqx.listeners", [
{default, "15000ms"},
{default, "15s"},
{datatype, {duration, ms}}
]}.