docs: improve descriptions
Co-authored-by: William Yang <mscame@gmail.com>
This commit is contained in:
parent
04378f242c
commit
0deb9925c1
|
@ -1795,18 +1795,18 @@ server_ssl_opts_schema_ocsp_refresh_interval {
|
|||
}
|
||||
label: {
|
||||
en: "OCSP Refresh Interval"
|
||||
zh: "OCSP刷新间隔"
|
||||
zh: "OCSP 刷新间隔"
|
||||
}
|
||||
}
|
||||
|
||||
server_ssl_opts_schema_ocsp_refresh_http_timeout {
|
||||
desc {
|
||||
en: "The timeout for the HTTP request when checking OCSP responses."
|
||||
zh: "检查OCSP响应时,HTTP请求的超时。"
|
||||
zh: "检查 OCSP 响应时,HTTP 请求的超时。"
|
||||
}
|
||||
label: {
|
||||
en: "OCSP Refresh HTTP Timeout"
|
||||
zh: "OCSP刷新HTTP超时"
|
||||
zh: "OCSP 刷新 HTTP 超时"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
为SSL MQTT监听器增加对OCSP订书和CRL检查的支持。
|
|
@ -0,0 +1 @@
|
|||
为 SSL MQTT 监听器增加对 OCSP Stapling 和 CRL 检查的支持。
|
Loading…
Reference in New Issue