Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion xml/en/docs/http/ngx_http_grpc_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<module name="Module ngx_http_grpc_module"
link="/en/docs/http/ngx_http_grpc_module.html"
lang="en"
rev="16">
rev="17">

<section id="summary">

Expand Down Expand Up @@ -784,6 +784,8 @@ might result in unexpected behavior.
Specifies a <value>file</value> with revoked certificates (CRL)
in the PEM format used to <link id="grpc_ssl_verify">verify</link>
the certificate of the gRPC SSL server.
When using intermediate certificates, their CRLs should be
specified in the same file.
</para>

</directive>
Expand Down
2 changes: 2 additions & 0 deletions xml/en/docs/http/ngx_http_oidc_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,8 @@ Sets a timeout after which the session is deleted, unless it was
Specifies a <value>file</value> with revoked certificates (CRL)
in the PEM format used to verify
the certificates of the OpenID Provider endpoints.
When using intermediate certificates, their CRLs should be
specified in the same file.
</para>

</directive>
Expand Down
4 changes: 3 additions & 1 deletion xml/en/docs/http/ngx_http_proxy_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<module name="Module ngx_http_proxy_module"
link="/en/docs/http/ngx_http_proxy_module.html"
lang="en"
rev="86">
rev="87">

<section id="summary">

Expand Down Expand Up @@ -2297,6 +2297,8 @@ might result in unexpected behavior.
Specifies a <value>file</value> with revoked certificates (CRL)
in the PEM format used to <link id="proxy_ssl_verify">verify</link>
the certificate of the proxied HTTPS server.
When using intermediate certificates, their CRLs should be
specified in the same file.
</para>

</directive>
Expand Down
4 changes: 3 additions & 1 deletion xml/en/docs/http/ngx_http_ssl_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<module name="Module ngx_http_ssl_module"
link="/en/docs/http/ngx_http_ssl_module.html"
lang="en"
rev="73">
rev="74">

<section id="summary">

Expand Down Expand Up @@ -453,6 +453,8 @@ might result in unexpected behavior.
Specifies a <value>file</value> with revoked certificates (CRL)
in the PEM format used to <link id="ssl_verify_client">verify</link>
client certificates.
When using intermediate certificates, their CRLs should be
specified in the same file.
</para>

</directive>
Expand Down
4 changes: 3 additions & 1 deletion xml/en/docs/http/ngx_http_uwsgi_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<module name="Module ngx_http_uwsgi_module"
link="/en/docs/http/ngx_http_uwsgi_module.html"
lang="en"
rev="57">
rev="58">

<section id="summary">

Expand Down Expand Up @@ -1683,6 +1683,8 @@ might result in unexpected behavior.
Specifies a <value>file</value> with revoked certificates (CRL)
in the PEM format used to <link id="uwsgi_ssl_verify">verify</link>
the certificate of the secured uwsgi server.
When using intermediate certificates, their CRLs should be
specified in the same file.
</para>

</directive>
Expand Down
4 changes: 3 additions & 1 deletion xml/en/docs/mail/ngx_mail_ssl_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<module name="Module ngx_mail_ssl_module"
link="/en/docs/mail/ngx_mail_ssl_module.html"
lang="en"
rev="33">
rev="34">

<section id="summary">

Expand Down Expand Up @@ -324,6 +324,8 @@ might result in unexpected behavior.
Specifies a <value>file</value> with revoked certificates (CRL)
in the PEM format used to <link id="ssl_verify_client">verify</link>
client certificates.
When using intermediate certificates, their CRLs should be
specified in the same file.
</para>

</directive>
Expand Down
2 changes: 2 additions & 0 deletions xml/en/docs/ngx_mgmt_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ See <link doc="http/ngx_http_core_module.xml" id="resolver"/> for details.
Specifies a <value>file</value> with revoked certificates (CRL)
in the PEM format used to <link id="ssl_verify">verify</link>
the certificate of the usage reporting endpoint.
When using intermediate certificates, their CRLs should be
specified in the same file.
</para>

</directive>
Expand Down
4 changes: 3 additions & 1 deletion xml/en/docs/stream/ngx_stream_proxy_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<module name="Module ngx_stream_proxy_module"
link="/en/docs/stream/ngx_stream_proxy_module.html"
lang="en"
rev="37">
rev="38">

<section id="summary">

Expand Down Expand Up @@ -595,6 +595,8 @@ might result in unexpected behavior.
Specifies a <value>file</value> with revoked certificates (CRL)
in the PEM format used to <link id="proxy_ssl_verify">verify</link>
the certificate of the proxied server.
When using intermediate certificates, their CRLs should be
specified in the same file.
</para>

</directive>
Expand Down
4 changes: 3 additions & 1 deletion xml/en/docs/stream/ngx_stream_ssl_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<module name="Module ngx_stream_ssl_module"
link="/en/docs/stream/ngx_stream_ssl_module.html"
lang="en"
rev="46">
rev="47">

<section id="summary">

Expand Down Expand Up @@ -428,6 +428,8 @@ might result in unexpected behavior.
Specifies a <value>file</value> with revoked certificates (CRL)
in the PEM format used to <link id="ssl_verify_client">verify</link>
client certificates.
When using intermediate certificates, their CRLs should be
specified in the same file.
</para>

</directive>
Expand Down
2 changes: 2 additions & 0 deletions xml/en/docs/stream/ngx_stream_zone_sync_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,8 @@ might result in unexpected behavior.
Specifies a <value>file</value> with revoked certificates (CRL)
in the PEM format used to <link id="zone_sync_ssl_verify">verify</link>
the certificate of another cluster server.
When using intermediate certificates, their CRLs should be
specified in the same file.
</para>

</directive>
Expand Down
4 changes: 3 additions & 1 deletion xml/ru/docs/http/ngx_http_grpc_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<module name="Модуль ngx_http_grpc_module"
link="/ru/docs/http/ngx_http_grpc_module.html"
lang="ru"
rev="16">
rev="17">

<section id="summary">

Expand Down Expand Up @@ -782,6 +782,8 @@ OpenSSL
Указывает <value>файл</value> с отозванными сертификатами (CRL)
в формате PEM, используемыми при <link id="proxy_ssl_verify">проверке</link>
сертификата gRPC SSL-сервера.
Если используются промежуточные сертификаты,
их списки CRL должны находиться в этом же файле.
</para>

</directive>
Expand Down
4 changes: 3 additions & 1 deletion xml/ru/docs/http/ngx_http_proxy_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<module name="Модуль ngx_http_proxy_module"
link="/ru/docs/http/ngx_http_proxy_module.html"
lang="ru"
rev="86">
rev="87">

<section id="summary">

Expand Down Expand Up @@ -2297,6 +2297,8 @@ OpenSSL
Указывает <value>файл</value> с отозванными сертификатами (CRL)
в формате PEM, используемыми при <link id="proxy_ssl_verify">проверке</link>
сертификата проксируемого HTTPS-сервера.
Если используются промежуточные сертификаты,
их списки CRL должны находиться в этом же файле.
</para>

</directive>
Expand Down
4 changes: 3 additions & 1 deletion xml/ru/docs/http/ngx_http_ssl_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<module name="Модуль ngx_http_ssl_module"
link="/ru/docs/http/ngx_http_ssl_module.html"
lang="ru"
rev="73">
rev="74">

<section id="summary">

Expand Down Expand Up @@ -455,6 +455,8 @@ ssl_conf_command Ciphersuites TLS_CHACHA20_POLY1305_SHA256;
Указывает <value>файл</value> с отозванными сертификатами (CRL)
в формате PEM, используемыми для
<link id="ssl_verify_client">проверки</link> клиентских сертификатов.
Если используются промежуточные сертификаты,
их списки CRL должны находиться в этом же файле.
</para>

</directive>
Expand Down
4 changes: 3 additions & 1 deletion xml/ru/docs/http/ngx_http_uwsgi_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<module name="Модуль ngx_http_uwsgi_module"
link="/ru/docs/http/ngx_http_uwsgi_module.html"
lang="ru"
rev="57">
rev="58">

<section id="summary">

Expand Down Expand Up @@ -1679,6 +1679,8 @@ OpenSSL
Указывает <value>файл</value> с отозванными сертификатами (CRL)
в формате PEM, используемыми при <link id="uwsgi_ssl_verify">проверке</link>
сертификата suwsgi-сервера.
Если используются промежуточные сертификаты,
их списки CRL должны находиться в этом же файле.
</para>

</directive>
Expand Down
4 changes: 3 additions & 1 deletion xml/ru/docs/mail/ngx_mail_ssl_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<module name="Модуль ngx_mail_ssl_module"
link="/ru/docs/mail/ngx_mail_ssl_module.html"
lang="ru"
rev="33">
rev="34">

<section id="summary">

Expand Down Expand Up @@ -325,6 +325,8 @@ ssl_conf_command Ciphersuites TLS_CHACHA20_POLY1305_SHA256;
Указывает <value>файл</value> с отозванными сертификатами (CRL)
в формате PEM, используемыми для
<link id="ssl_verify_client">проверки</link> клиентских сертификатов.
Если используются промежуточные сертификаты,
их списки CRL должны находиться в этом же файле.
</para>

</directive>
Expand Down
4 changes: 3 additions & 1 deletion xml/ru/docs/stream/ngx_stream_proxy_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<module name="Модуль ngx_stream_proxy_module"
link="/ru/docs/stream/ngx_stream_proxy_module.html"
lang="ru"
rev="37">
rev="38">

<section id="summary">

Expand Down Expand Up @@ -593,6 +593,8 @@ OpenSSL
Указывает <value>файл</value> с отозванными сертификатами (CRL)
в формате PEM, используемыми при <link id="proxy_ssl_verify">проверке</link>
сертификата проксируемого сервера.
Если используются промежуточные сертификаты,
их списки CRL должны находиться в этом же файле.
</para>

</directive>
Expand Down
4 changes: 3 additions & 1 deletion xml/ru/docs/stream/ngx_stream_ssl_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<module name="Модуль ngx_stream_ssl_module"
link="/ru/docs/stream/ngx_stream_ssl_module.html"
lang="ru"
rev="46">
rev="47">

<section id="summary">

Expand Down Expand Up @@ -430,6 +430,8 @@ ssl_conf_command Ciphersuites TLS_CHACHA20_POLY1305_SHA256;
Указывает <value>файл</value> с отозванными сертификатами (CRL)
в формате PEM, используемыми для
<link id="ssl_verify_client">проверки</link> клиентских сертификатов.
Если используются промежуточные сертификаты,
их списки CRL должны находиться в этом же файле.
</para>

</directive>
Expand Down