如何在 WebSphere 中的受信任证书密钥库中安装证书?
我们的网络人员为我们提供了一个 .cer 文件,以便安装在运行 Windows XP 以及 Eclipse 和 WebSphere 的笔记本电脑上。我看过以下帖子:
但是我不确定到哪里/如何安装 .cer 文件。
我还看到了以下帖子:
数字证书:如何使用将 .cer 文件导入到 .truststore 文件中?
同样,我只是不知道密钥库是什么。是证书吗?
任何帮助将不胜感激。
Our network guy provided us a .cer file in order to install on our laptop running Windows XP with Eclipse and WebSphere. I have seen the following posts:
However I am unsure as to where/how to install the .cer file.
I have also seen the following post:
Digital Certificate: How to import .cer file in to .truststore file using?
Again I just don't know what the keystore is. Is it cacerts?
Any help will be highly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。这是证书。您需要使用 keytool 导入命令。密钥库选项应该包含您的 cacert 位置的路径。以下是 keytool 命令的示例 http://docs.oracle.com/javase /tutorial/security/toolfilex/rstep1.html
Cacerts 将位于 java_home-jre-lib-security 文件夹下。
Yes. It is cacerts. You need to use keytool import command. Keystore option should have path to your cacert location. Here is example on keytool command http://docs.oracle.com/javase/tutorial/security/toolfilex/rstep1.html
Cacerts will be under java_home-jre-lib-security folder.