如何在 WebSphere 中的受信任证书密钥库中安装证书?

发布于 2024-12-28 17:29:22 字数 484 浏览 1 评论 0原文

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

将 spring-ldap 与 ssl 结合使用

但是我不确定到哪里/如何安装 .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:

using spring-ldap with ssl

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

茶花眉 2025-01-04 17:29:22

是的。这是证书。您需要使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文