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