| Syntax: | ssl_trusted_certificate |
|---|---|
| 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.
Please login to continue.