RE: Re: Tomcat TLS with PKCS11 token

2007-06-01 Thread Lee, Esmond
PROTECTED] On Behalf Of Bill Barker Sent: Thursday, May 31, 2007 8:14 PM To: users@tomcat.apache.org Subject: Re: Tomcat TLS with PKCS11 token If you are using the JIO Connector (the default if APR isn't installed), then you should just be able to specify keystoreType="PKCS11" on the

Re: Tomcat TLS with PKCS11 token

2007-05-31 Thread Bill Barker
If you are using the JIO Connector (the default if APR isn't installed), then you should just be able to specify keystoreType="PKCS11" on the element, and configure the PKCS11 setting as in the JCE documents for your Java vendor. If you have more than just the one Tomcat key, then you will al

Tomcat TLS with PKCS11 token

2007-05-31 Thread Lee, Esmond
Hello, I would like to use TOMCAT 6 as an HTTPS server on our windows/linux servers, using a PCI based PKCS11 token that stores the keys for TLS connectivity. Up until now, we've enabled TLS connections using the keystoreFile/keystorePass, truststoreFile/truststorePass attribute pairs in server