ssl_trusted_certificate

Syntax: ssl_trusted_certificate file;
Default:
Context: http, server

This directive appeared in version 1.3.7.

Specifies a file with trusted CA certificates in the PEM format used to verify client certificates and OCSP responses if ssl_stapling is enabled.

In contrast to the certificate set by ssl_client_certificate, the list of these certificates will not be sent to clients.

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

Please login to continue.