IT Resources And References For Developers
时间:2009-10-8 07:29 作者:fshell 分类: 无
http://blog.csdn.net/mzqali1/archive/2009/01/09/3739824.aspx
http://dotnet.sys-con.com/node/38864#
http://www.eggheadcafe.com/articles/20040311.asp
http://www.cnblogs.com/yefanqiu/archive/2009/10/04/1577854.html
http://www.oracle.com/technology/tech/windows/odpnet/faq.html
http://www.chrissearle.org/blog/technical/installing_ca_signed_certificate_glassfish
http://fixunix.com/solaris-rss/567421-http-bc-ssl-non-default-glassfish-server-certificates.html
keytool -genkey -noprompt -trustcacerts -keyalg RSA -sigalg SHA1withRSA -alias s1as -dname "CN=www.fshell.com,OU=fshell,O=fshell.com,L=San Francisco,S=Ca,C=US" -keystore keystore.jks -keypass changeit -storepass changeit -validity 3650
keytool -list -keystore keystore.jks -storepass changeit -alias s1as -v
keytool -export -alias s1as -storepass changeit -file server.cer -keystore keystore.jks
keytool -import -v -trustcacerts -alias s1as -file server.cer -keystore cacerts.jks -keypass changeit -storepass changeit