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

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