Re: Exact Client public certificate authentication using Nginx

2013-04-03 Thread Maxim Dounin
Hello! On Wed, Apr 03, 2013 at 09:30:40AM -0400, Sekhar wrote: > Hi Maxim, > > Thanks for replying to the post. Below is my concern. > > Multiple certificate can have the same DN and the DN name match will happen > after the SSL handshake is complete using the root CA. It means the SSL > layer

Re: Exact Client public certificate authentication using Nginx

2013-04-03 Thread Sekhar
Hi Maxim, Thanks for replying to the post. Below is my concern. Multiple certificate can have the same DN and the DN name match will happen after the SSL handshake is complete using the root CA. It means the SSL layer is complete and we are doing authorization not authentication. Posted at Ngin

Re: Exact Client public certificate authentication using Nginx

2013-04-03 Thread Maxim Dounin
Hello! On Wed, Apr 03, 2013 at 06:31:49AM -0400, Sekhar wrote: > Hi, > > I am relatevely new to Nginx and below is what i need to achieve. > > I have an Nginx proxy server with following key and certicate. > ->Nginx_server_private_key.pem > ->Nginx_server_public_cert.cer(Signed By V

Exact Client public certificate authentication using Nginx

2013-04-03 Thread Sekhar
Hi, I am relatevely new to Nginx and below is what i need to achieve. I have an Nginx proxy server with following key and certicate. ->Nginx_server_private_key.pem ->Nginx_server_public_cert.cer(Signed By Verisign CA) I have 3 clients who should be able to access the Ngin