docs: improve descriptions

Co-authored-by: William Yang <mscame@gmail.com>
This commit is contained in:
Thales Macedo Garitezi 2023-03-15 10:28:48 -03:00
parent 04378f242c
commit 0deb9925c1
4 changed files with 4 additions and 4 deletions

View File

@ -1795,18 +1795,18 @@ server_ssl_opts_schema_ocsp_refresh_interval {
} }
label: { label: {
en: "OCSP Refresh Interval" en: "OCSP Refresh Interval"
zh: "OCSP刷新间隔" zh: "OCSP 刷新间隔"
} }
} }
server_ssl_opts_schema_ocsp_refresh_http_timeout { server_ssl_opts_schema_ocsp_refresh_http_timeout {
desc { desc {
en: "The timeout for the HTTP request when checking OCSP responses." en: "The timeout for the HTTP request when checking OCSP responses."
zh: "检查OCSP响应时HTTP请求的超时。" zh: "检查 OCSP 响应时HTTP 请求的超时。"
} }
label: { label: {
en: "OCSP Refresh HTTP Timeout" en: "OCSP Refresh HTTP Timeout"
zh: "OCSP刷新HTTP超时" zh: "OCSP 刷新 HTTP 超时"
} }
} }

View File

@ -1 +0,0 @@
为SSL MQTT监听器增加对OCSP订书和CRL检查的支持。

View File

@ -0,0 +1 @@
为 SSL MQTT 监听器增加对 OCSP Stapling 和 CRL 检查的支持。