Re: Can't import apache ssl key to tomcat keystore

2003-09-30 Thread Bill Barker
The Bicore utility has always worked for me. Getting on-topic, I'm assuming that since you have an Apache cert, that you have openssl installed. The alternative method is to use openssl to generate a pkcs12 file, and use that as your keystore. Something like: openssl pkcs12 -export -chain

Can't import apache ssl key to tomcat keystore

2003-09-29 Thread James Tolles
Thanks in advance, We are trying to import an existing apache ssl crt/key into a tomcat keystore. First step was discover that the jdk1.4 / keytool does not support import a private key into a keystore. (s this still true?) Next step was to get the importKey.jar tool from Biocore and