不同服务器部署证书需要不同格式的SSL证书,根据当下常见服务器环境, 为您提供方便快捷的证书格式转换,支持PEM、P12/PFX、JKS等多种格式。
推荐使用我们提供的离线工具 KeyManager 进行证书格式转换操作。
KeyManager 的证书格式转换入口如图所示:左侧菜单栏 -> 工具箱 -> 证书格式转换。 下载 KeyManager
openssl pkcs12 -export -out cert.pfx -inkey private.key -in cert.pem -certfile ca_bundle.pem
openssl pkcs12 -in cert.pfx -out cert.pem -nodes
-nodes
keytool -importkeystore \ -srckeystore cert.pfx -srcstoretype PKCS12 -srcstorepass 123456 \ -destkeystore keystore.jks -deststoretype JKS -deststorepass 123456
keytool -importkeystore \ -srckeystore keystore.jks -srcstoretype JKS -srcstorepass 123456 \ -destkeystore cert.pfx -deststoretype PKCS12 -deststorepass 123456
声明: 1、MySSL不会存储和收集用户私钥信息。 2、建议商业用户使用离线工具生成和处理私钥,如 OpenSSL、XCA、KeyManager 本地加密存储。
声明:
1、MySSL不会存储和收集用户私钥信息。
2、建议商业用户使用离线工具生成和处理私钥,如 OpenSSL、XCA、KeyManager 本地加密存储。