Re: client certificate to upstream via nginx

2023-03-29 Thread Maxim Dounin
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

client certificate to upstream via nginx

2023-03-29 Thread Vishwas Bm
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