iPhone 应用程序是否可以使用应用程序附带的 DER 证书透明地连接到 https 站点?
我希望我的应用程序能够连接到 https 站点,而不需要用户输入。所以, 我想向应用程序发送一个证书,该应用程序将安装在钥匙串中, 并允许它连接到 https 站点,而无需用户参与。
我该怎么做?
谢谢!
I would like my app to connect to an https site, without user input required. So,
I would like to send the app a certificate that the app will install in the keychain,
and allow it to connect to the https site without the user getting involved.
How can I do this?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
出于安全原因,应用程序无法将证书安装到钥匙串。
否则,恶意程序员可能会安装对网络钓鱼站点进行身份验证的证书。
Applications are not able to install certificates to the keychain for security reasons.
Otherwise malicious programmers could install a certificate that authenticates phishing sites.