I have generated the certificate and added to the JVM cacerts file. These are the steps I followed to do so.
 
1.  >keytool -genkey -alias tomcat -keyalg RSA
 
2. > keytool -export -alias tomcat -file server.crt
 
3. >keytool -import -file server.crt -keystore "C:\Program Files\Java\jre1.5.0_05\lib\security\cacerts"
 
Everything went correctly when I gave the above commands and finally I got the response "Certificate was added to keystore" . Then I changed the server.xml file in tomcat.
 
Can you please let me know if I have to do something else.
 
Thanks in advance.
 
-Asha


Check out the all-new Yahoo! Mail beta - Fire up a more powerful email and get things done faster.
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to