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
2017-02-09 07:09:35
Comments
Leave a Comment

Please login to continue.