Tomcat 5.5 Trust Stores and Client Authentication

2009-04-20 Thread Ron Perkins
Hi All, I have done the following to create a Trust Store for Tomcat to use: Created a keystore with new certificate: keytool -genkey -alias mycert -keyalg RSA -kaypass changeit -keystore keystore.jks -storepass changeit Exported certificate: keytool -export -alias mycert -file mycert.cer

Help Needed with getting Client Authentication Working With Tomcat 5.5

2009-04-16 Thread Ron Perkins
I am trying to get Client Authentication working with Tomcat 5.5, I have successfully got SSL working without Client Authentication. This is what I have done so far. Created a keystore with new certificate: keytool -genkey -alias mykey -keyalg RSA -kaypass changeit -keystore keystore.jks