将个人客户端证书分发到 iPhone
我们正在寻找一种将单个客户端证书分发到企业分布式应用程序的解决方案。 据我所知,无法访问应用程序中随 Mail 或 Safari 安装的证书(例如,请参见此处:在 iOS 上查找证书)。那么我们想知道还有其他方法可以自动将证书分发给个人用户吗?也许有通过 iPhone 配置实用程序的解决方案(例如设置证书的访问组)?或者可能有一种方法可以在将单个证书分发到设备之前将其添加到应用程序包中?
We are looking for a solution for distributing individual client certificates to an enterprise distributed app.
As far as I know it‘s not possible to access a certificate installed with Mail or Safari in your app (see for example here: Finding a certificate on iOS). So what we like to know are there any other ways to automatically distribute a certificate to individual users? Maybe there‘s a solution via iPhone Configuration Utility (e.g. setting certificate‘s access group)? Or may there‘s a way to add an individual certificate to app bundle before distributing it to the device?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 IPCU(iPhone 配置实用程序)分发证书(和密钥),但这是一个繁琐的手动过程。
如果您想要自动化的东西,您必须查看移动设备管理器并查看哪些支持分发证书。另外,我知道 OpenTrust 有一个独立的解决方案。
You can distribute certificates (and keys) with IPCU (iPhone Configuration Utility), but that's a tedious and manual process.
If you want something automated you'll have to look into Mobile Device Managers and see which ones support distributing certificates. Oherwise I know OpenTrust has a stand-alone solution.