如何将证书链及其证书导入 java 密钥库?
我有一个通配符证书以及证书链和私钥。 如何将其导入到我的 java 密钥库中?
证书链 *.whatever.com - 证书 私钥
I have a wilcard certificate along with a certificate chain and private key.
How do I import that into my java keystore?
certificate chain
*.whatever.com - certificate
private key
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在此处找到了答案 -
您必须将证书转换为 PKCS12 证书才能导入使用类似于以下的命令。
要从 PEM 转换为 PKCS12,请使用以下命令。
I found the answer here -
You have to convert your to a PKCS12 certificate to import it with a command similar to the following.
To convert from PEM to PKCS12 use the following command.