Skip to content
Open
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
3 changes: 2 additions & 1 deletion xml/en/docs/http/ngx_http_ssl_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,8 @@ might result in unexpected behavior.
<para>
Specifies a <value>file</value> with revoked certificates (CRL)
in the PEM format used to <link id="ssl_verify_client">verify</link>
client certificates.
client certificates. If provided, a CRL must be included for each
certificate in the certificate chain.
Comment on lines -450 to +451
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar documentation exists in:

  • ngx_mgmt_module
  • ngx_http_grpc_module
  • ngx_http_oidc_module
  • ngx_http_proxy_module
  • ngx_http_uwsgi_module
  • ngx_mail_ssl_module
  • ngx_stream_proxy_module
  • ngx_stream_ssl_module
  • ngx_stream_zone_sync_module

Would it be good to make this change in those places as well?

</para>

</directive>
Expand Down