在 Websphere 6.1 上为 APNS 配置 Entrust CA 证书?

发布于 2024-12-27 20:00:26 字数 152 浏览 8 评论 0原文

我在 RHEL Linux 上运行 Websphere 6.1。尝试了解如何使用 Websphere 管理控制台密钥管理命令配置 APNS Entrust CA。我们还使用代理服务器出站连接到 Apple 17.0.0.0/8 推送通知服务器。 感谢您提供有关如何使其工作的所有指示/帮助。

I'm running Websphere 6.1 on RHEL Linux. Trying to find out how to configure the APNS Entrust CA using the Websphere admin console key management commands. We are also using a proxy server outboud to connect to the Apple 17.0.0.0/8 push notification servers.
Thanks for any and all pointers/help on how to make ths work.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

夢归不見 2025-01-03 20:00:26

看起来 你们都必须使用客户端 SSL 证书并信任服务器 SSL 证书,对吗?

在WebSphere 6.1中,两者都在以下管理:

Security > SSL证书和密钥管理 > 密钥存储和证书

以及客户端证书位于:

xxxDefaultKeyStore > 个人证书

和服务器证书位于:

xxxDefaultTrustStore > 签名者证书

对于客户端证书,请使用导入接收 按钮。对于服务器,最简单的方法是从端口检索按钮。

我承认我之前没有在 WAS 下使用过客户端证书,因此您可能需要进行额外的配置,我希望在 Security > 下进行配置。 SSL证书和密钥管理 > 动态出站端点 SSL 配置 页面,用于明确指定在与 APNS 服务器通信时使用新导入的客户端证书。

It looks like you both have to use a client SSL certificate and trust the server SSL certificate, correct?

In WebSphere 6.1, both are managed under:

Security > SSL Certificate and Key Management > Key stores and certificates

with the client certificate further under:

xxxDefaultKeyStore > Personal certificates

and the server certificate under:

xxxDefaultTrustStore > Signer certificates

For the client certificate, use the Import or Receive buttons. For the server, the easiest approach is the Retrieve from port button.

I confess that I haven't used client-side certificates under WAS before, so you might have additional configuration there, I expect under the Security > SSL Certificate and Key Management > Dynamic outbound endpoint SSL configurations page to explicitly specify use of your newly-imported client-side certificate when communicating with the APNS server(s).

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