iOS 上的客户端证书:最佳实践
我正在开发一个应用程序,它将使用个人客户端证书来验证用户的身份。用户将从其公司/组织获得证书,然后必须以某种方式将其安装在手机上。
所以我的问题是:他们是否最好将其安装在手机的内置存储中,并且应用程序会从操作系统中提取此证书,或者让用户通过 iTunes 将证书添加到应用程序的 doc 文件夹中并从那里?
证书位于 doc 文件夹中的优点是可以轻松找到应用程序中的负载,但我不确定这是否被认为是“最佳实践”。
有没有真正做过客户证书的人可以就此事提供意见?
I am developing an application that will use a personal client certificate to verify the user's identity. The user will be issued the certificate from their company/organization, and will then have to install it on the phone somehow.
So my question is this: is it better for them to install it in the phone's built in storage, and the app would pull this cert from the OS, OR have the user add the cert to the application's doc folder via iTunes and load it from there?
The advantage of the cert being in the doc folder is that it's easy to locate an load into the app, but I'm not sure if that is considered "best practice."
Is there anyone out there who has actually done client certificates who can offer their input on the matter?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过我的研究,我发现 Apple 目前不支持客户端证书/PKI。但是,如果有人找到解决方法,或者 Apple 添加了此功能,请在此处发布您的信息。
Through my research I have discovered that Apple does not support client certificates/PKI at this time. However if someone finds a work around, or if Apple adds this feature, please post your information here.