摘要:
tomcat布署https协议为tomcat服务器生成一个server.jksjks就是把key和crt文件合在一起,以java key store的形式存诸使用jdk目录下的keytool工具生成证书生成jks密钥对keytool -genkey -alias Nemo-20100613CG509 -keyalg RSA -keysize 1024 -dname "CN=Nemo-20100613CG,OU=insurance-dart,O=Cognizant,L=SH,S=SH,C=CN" -keypass ****** -keystore Nemo-20100613C 阅读全文
posted @ 2012-10-28 11:45
retacn_yue
阅读(182)
评论(0)
推荐(0)
摘要:
在apache httpServer布署https协议修改.\conf\httpd.confInclude conf/extra/httpd-ssl.confLoadModule ssl_module modules/mod_ssl.soServerName Nemo-20100613CG:80修改.\conf\extra\httpd-ssl.confSSLCertificateFile "D:/tools/opensslca/server.crt"SSLCertificateKeyFile "D:/tools/opensslca/server.key" 阅读全文
posted @ 2012-10-28 11:43
retacn_yue
阅读(201)
评论(0)
推荐(0)
浙公网安备 33010602011771号