生成 tomcat jks 证书
keytool -import -v -trustcacerts -storepass qy2010 -alias root -file root-cert.pem -keystore root.jks
生成 tomcat p12 证书
openssl pkcs12 -export -clcerts -in root-cert.pem -inkey root-key.pem -out root.p12
给java绑定证书
keytool -import -v -trustcacerts -storepass changeit -alias root -file /home/qygame/root-cert.pem -keystore cacerts
root-cert.pem公钥 root-key.pem私钥
jdk 默认密码 changeit
阅读(2462) | 评论(0) | 转发(0) |