RE: configuring the tomcat-6 to support list of user certificates

2010-11-18 Thread Caldarale, Charles R
> From: shashidhar v [mailto:shashidhar.velagand...@gmail.com] > Subject: Re: configuring the tomcat-6 to support list of user certificates > Could you please give any references or some sample steps Start here: http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html http://wiki.a

Re: configuring the tomcat-6 to support list of user certificates

2010-11-18 Thread shashidhar v
Hi Mark, Could you please give any references or some sample steps , I am new to this tomcat usage and web applications . First, I want to check the authentication of users based on their DNs . I am using tomcat-6.0.18 on linux platform. I have usercert.pem, userkey.pem, cacert.pem files Than

Re: configuring the tomcat-6 to support list of user certificates

2010-11-18 Thread Mark Thomas
On 18/11/2010 05:03, shashidhar v wrote: > Hi, > > Can anyone give some idea to configure the tomcat-6.0.18 to enable SSL ( > https ) and also to support the list of user certificates to access a sample > web application > I have the user certificate and also the CA certficate , I have checked the