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
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
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