在tomcat中配置cas:
啟動cmd:進入tomcat目錄
1、生成服務端密匙
keytool -genkey -alias casserver -keyalg RSA -keypass changeit -storepass changeit -keystore server.keystore
2、生成服務端證書
keytool -export -alias casserver -storepass changeit -file server.cer ...
文章來源:http://itercn.com/community/viewthread.php?tid=572
文章來源:http://itercn.com/community/viewthread.php?tid=572