Re: [us...@httpd] Re: SSL mutual authentication client certificate creation using Keytool

2010-03-08 Thread Arunkumar Janarthanan
Thanks Eric, my client for the Apache is another Java application. So I used keytool and generated trustore importing OpenSSL generated CA certificate. Now that I have used export option to generate a certificate from Keytool, How could I use this ceritificate now on Apache to authenticate the req

Re: [us...@httpd] Re: SSL mutual authentication client certificate creation using Keytool

2010-03-05 Thread Eric Covener
On Fri, Mar 5, 2010 at 9:14 AM, Arunkumar Janarthanan wrote: > Could anyone please advice with this ? Configure Apache to request a certificate from the client: http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslverifyclient Configure Apache to trust the issuer of your clients certificate: h

[us...@httpd] Re: SSL mutual authentication client certificate creation using Keytool

2010-03-05 Thread Arunkumar Janarthanan
Could anyone please advice with this ? On Thu, Mar 4, 2010 at 8:43 AM, Arunkumar Janarthanan < arunkumar.webad...@gmail.com> wrote: > Hi All, > > I have an application connecting to the secure Apache URL, I have generated > OpenSSL certificates and used it as CA and servercert, also generated cli