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 requests from my client application ? http://java.sun.com/j2se/1.3/docs/tooldocs/win32/keytool.html Please advice. On Fri, Mar 5, 2010 at 9:23 AM, Eric Covener <[email protected]> wrote: > On Fri, Mar 5, 2010 at 9:14 AM, Arunkumar Janarthanan > <[email protected]> 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: > > http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslcacertificatefile > > -- > Eric Covener > [email protected] > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: [email protected] > " from the digest: [email protected] > For additional commands, e-mail: [email protected] > >
