Keystore to cacert in Java
Hi,
Please help me with this SSL problem. I am trying to run a small web service application over SSL. Tomcat is the web server.
I have created a self signed certificate using the command
"%JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA"
which created a .keystore file for me. I have put that on Tomcat root and my problem is how to put this .keystore into
C:\j2sdk1.4.2_04\jre\lib\security\cacerts file. on the client.
I mean how can you import a .keystore file into a cacert file.
Without the client not having the certificate it gives a 'SSLHandShakeException'
Thanks for your time
Shiran

