【发布时间】:2016-08-22 13:06:56
【问题描述】:
我想在我的 iOS IBM MobileFirst 项目中使用证书固定。我可以将我的证书放在 Mobile First 开发工具包中吗?如果是的话,我该如何配置呢?
【问题讨论】:
标签: ssl ibm-mobilefirst certificate-pinning
我想在我的 iOS IBM MobileFirst 项目中使用证书固定。我可以将我的证书放在 Mobile First 开发工具包中吗?如果是的话,我该如何配置呢?
【问题讨论】:
标签: ssl ibm-mobilefirst certificate-pinning
由于您编写了“开发工具包”,我假设您指的是 MobileFirst Foundation v8.0。 devkit 使用 WebSphere Liberty Profile 应用程序中心。正如 [在证书固定文档中](https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/authentication-and-security/certificate-pinning/#certificate-setup 您应该遵循 Liberty 文档中关于放置 SSL 证书的位置的说明。
它提到了证书的放置位置以及使用 server.xml 更新的内容。所有所说的位置都是您安装 devkit 的位置,如 that's where the Liberty server is。
【讨论】: