Finding a certificate on iOS

前端 未结 2 1064
挽巷
挽巷 2020-12-16 02:58

Note this question is was asked in 2001. Things have changed.

I have an iOS device that needs to access a Junos VPN. The opaque instructions from the Junos admin say

相关标签:
2条回答
  • 2020-12-16 03:28

    So the answer (on the Apple forums) is that mail.app and Safari.app share the Apple keychain identifier and this is the only keychain that you can push certificates to using the Apple MDM tool. Anyone else who comes up against this should file a defect in order to encourage Apple to do the right thing.

    0 讨论(0)
  • 2020-12-16 03:36

    Since middle of 2015, there is now the Safari Services framework (next to WKWebView and UIWebView, we now have a SFSafariViewController). SFSafariViewController has the ability to access the apple keychain and therefore can use all identities :) Very nice.

    https://developer.apple.com/videos/play/wwdc2015/504/

    https://developer.apple.com/library/ios/documentation/SafariServices/Reference/SafariServicesFramework_Ref/index.html#//apple_ref/doc/uid/TP40016218

    0 讨论(0)
提交回复
热议问题