如何将其他人的服务证书加载到我的 WebLogic 信任库?
在线服务向我提供了他们的证书(pfx 文件)及其密码。
我希望将其加载到 Unix 中的 WebLogic 8.1 信任库中。
我的 WebLogic 中当前存在一个信任库。
我对此很陌生,所以我想知道将另一方的证书添加到我现有的 WebLogic 密钥库的过程是什么。
我需要将 pfx 文件转换为适用于 Unix 的不同文件吗?
An online service provided me with their certificate (a pfx file) along with its password.
I am looking to load that into my WebLogic 8.1 truststore in Unix.
There is a truststore currently that exists in my WebLogic.
I am new to this so I was wondering what was the process to add that other party's certificate to my existing WebLogic keystore.
Do I need to convert the pfx file into a different for Unix?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试使用开源 GUI keytool 替代 Portecle。
http://freshmeat.net/projects/portecle/
You could try the opensource GUI keytool replacement Portecle.
http://freshmeat.net/projects/portecle/
我做了类似的事情——导入一个 self - 在 9.x 上将证书签名到自定义密钥库中。
I did something similar--import a self-signed certificate into custom keystore on 9.x.