Hello!
On Wed, Mar 29, 2023 at 01:13:10PM +0530, Vishwas Bm wrote:
> We have a client certificate in pem format and it is having below content
> and all these certificates are present in a single file.
> serverCertificate -> intermediate CA -> rootCA
>
> Now in the nginx.conf have below directiv
Hi
We have a client certificate in pem format and it is having below content
and all these certificates are present in a single file.
serverCertificate -> intermediate CA -> rootCA
Now in the nginx.conf have below directives set:
`
server {
...
ssl_client_certificate ca-pg-ca.pem;
* ssl_verify