如何将 SSL 证书导入到我的应用程序的钥匙串中
我想将 SSL 证书导入到我的应用程序的钥匙串中。我从苹果那里得到了一个示例项目并对其进行了测试。我确信从技术上来说这是可以做到的。但我的问题是,在要求客户端安装证书时我应该使用什么样的方法。我考虑了以下选项,
->提示用户在应用程序启动时安装凭据。
-> 维护设置页面来控制凭据。
由于我的应用程序完全依赖于 Web 服务,如果没有凭据,我将无法继续。请发表您的建议。
I want to import a SSL certificate into my Application's keychain. I got a sample project from apple and I tested it. I am sure that technically it can be done. But my question is that, what kind of approach should I use while asking the client to install the certificate. I thought about the following options,
->Prompting the user to install the credentials at the application launch.
->Maintaining a settings page to control the credentials.
As my application totally depends upon web services I cannot proceed without the credentials. Please post your suggestions.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
向您的证书提供商索取证书下载链接。只需下载证书并将其存储在您的资源文件夹中。
下面的一组代码片段将为您完成这项工作。如果您不明白以下内容,请发表评论。
Ask your certificate provider for a link to download the certificate. Just Download and Store the certificate in your resources folder.
The below set of code snippets will do the work for you. Please post comments if you don't understand the below.