ssl_client_certificate

Syntax: ssl_client_certificate file;
Default:
Context: stream, server

This directive appeared in version 1.11.8.

Specifies a file with trusted CA certificates in the PEM format used to verify client certificates.

The list of certificates will be sent to clients. If this is not desired, the ssl_trusted_certificate directive can be used.

doc_nginx
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.