docs: improve descriptions
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
parent
57e38c8502
commit
158f054187
|
@ -1757,23 +1757,23 @@ server_ssl_opts_schema_enable_ocsp_stapling {
|
|||
desc {
|
||||
en: "Whether to enable Online Certificate Status Protocol (OCSP) stapling for the listener."
|
||||
" If set to true, requires defining the OCSP responder URL and issuer PEM path."
|
||||
zh: "是否为监听器启用OCSP装订功能。 如果设置为 true,"
|
||||
"需要定义OCSP响应者URL和发行者PEM路径。"
|
||||
zh: "是否为监听器启用 OCSP Stapling 功能。 如果设置为 true,"
|
||||
"需要定义 OCSP Responder 的 URL 和证书签发者的 PEM 文件路径。"
|
||||
}
|
||||
label: {
|
||||
en: "Enable OCSP Stapling"
|
||||
zh: "启用OCSP订书机"
|
||||
zh: "启用 OCSP Stapling"
|
||||
}
|
||||
}
|
||||
|
||||
server_ssl_opts_schema_ocsp_responder_url {
|
||||
desc {
|
||||
en: "URL for the OCSP responder to check the server certificate against."
|
||||
zh: "用于检查服务器证书的OCSP响应器的URL。"
|
||||
zh: "用于检查服务器证书的 OCSP Responder 的 URL。"
|
||||
}
|
||||
label: {
|
||||
en: "OCSP Responder URL"
|
||||
zh: "OCSP响应者URL"
|
||||
zh: "OCSP Responder 的 URL"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1784,7 +1784,7 @@ server_ssl_opts_schema_ocsp_issuer_pem {
|
|||
}
|
||||
label: {
|
||||
en: "OCSP Issuer Certificate"
|
||||
zh: "OCSP发行人证书"
|
||||
zh: "OCSP 签发者证书"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue