Re: PKCS#12 type SSL certificate support in Tomcat

2007-10-30 Thread Mark Thomas
Hitesh Raghav wrote: > Hi Lucas, > > I'm using following configuration: > maxThreads="150" minSpareThreads="25" > maxSpareThreads="75" >enableLookups="false" disableUploadTimeout="true" >acceptCount="100" scheme="https" secure="true" >

Re: PKCS#12 type SSL certificate support in Tomcat

2007-10-29 Thread Lucas Galfaso
t; > > clientAuth="false" protocol="TLS" > > keystoreFile="keystore/.keystore" > > keystorePass="changeit" > > keystoreType="pkcs12" /> > > > Please let me know i

RE: PKCS#12 type SSL certificate support in Tomcat

2007-10-29 Thread Hitesh Raghav
t: Re: PKCS#12 type SSL certificate support in Tomcat Can you post the configuration that you are using? - lg On 10/26/07, Hitesh Raghav <[EMAIL PROTECTED]> wrote: > Dear All, > > Is there any limitation to support PKCS#12 type SSL certificate in > Tomcat. > > As per Tomcat

Re: PKCS#12 type SSL certificate support in Tomcat

2007-10-26 Thread Lucas Galfaso
Can you post the configuration that you are using? - lg On 10/26/07, Hitesh Raghav <[EMAIL PROTECTED]> wrote: > Dear All, > > Is there any limitation to support PKCS#12 type SSL certificate in > Tomcat. > > As per Tomcat User Guide, Tomcat currently operates with JKS, PKCS11 or > PKCS12 format ke

PKCS#12 type SSL certificate support in Tomcat

2007-10-26 Thread Hitesh Raghav
Dear All, Is there any limitation to support PKCS#12 type SSL certificate in Tomcat. As per Tomcat User Guide, Tomcat currently operates with JKS, PKCS11 or PKCS12 format keystores. http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html But, I'm unable to use PKCS#12 certificate in my Tomcat.