【问题标题】:How do I install a certificate in the trusted certificates keystore within WebSphere?如何在 WebSphere 的可信证书密钥库中安装证书?
【发布时间】:2012-01-24 03:35:53
【问题描述】:

我们的网络人员为我们提供了一个 .cer 文件,以便在我们运行 Windows XP 和 Eclipse 和 WebSphere 的笔记本电脑上进行安装。我看过以下帖子:

using spring-ldap with ssl

但是我不确定在哪里/如何安装 .cer 文件。

我也看过下面的帖子:

Digital Certificate: How to import .cer file in to .truststore file using?

我还是不知道密钥库是什么。是证书吗?

我们将不胜感激任何帮助。

【问题讨论】:

    标签: java ldap spring-ldap


    【解决方案1】:

    是的。这是cacerts。您需要使用 keytool 导入命令。密钥库选项应该具有您的 cacert 位置的路径。这是 keytool 命令的示例http://docs.oracle.com/javase/tutorial/security/toolfilex/rstep1.html

    Cacerts 将位于 java_home-jre-lib-security 文件夹下。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-05-10
      • 2018-08-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-08-17
      • 2011-01-04
      • 2020-11-18
      相关资源
      最近更新 更多