【问题标题】:Configuring Entrust CA cert for APNS on Websphere 6.1?在 Websphere 6.1 上为 APNS 配置 Entrust CA 证书?
【发布时间】:2012-01-18 18:20:52
【问题描述】:
我在 RHEL Linux 上运行 Websphere 6.1。试图找出如何使用 Websphere 管理控制台密钥管理命令配置 APNS Entrust CA。我们还使用出站代理服务器连接到 Apple 17.0.0.0/8 推送通知服务器。
感谢您提供有关如何使其工作的任何和所有指针/帮助。
【问题讨论】:
标签:
websphere
push-notification
ssl-certificate
apple-push-notifications
websphere-6.1
【解决方案1】:
looks like 你们都必须使用客户端 SSL 证书并信任服务器 SSL 证书,对吗?
在 WebSphere 6.1 中,两者都受以下管理:
Security > SSL Certificate and Key Management > Key stores and certificates
客户端证书在下面:
xxxDefaultKeyStore > Personal certificates
和下面的服务器证书:
xxxDefaultTrustStore > Signer certificates
对于客户端证书,使用Import 或Receive 按钮。对于服务器,最简单的方法是Retrieve from port 按钮。
我承认我之前没有在 WAS 下使用过客户端证书,所以你可能在那里有额外的配置,我希望在 Security > SSL Certificate and Key Management > Dynamic outbound endpoint SSL configurations 页面下明确指定使用你的新- 与 APNS 服务器通信时导入的客户端证书。