SSL Identity Certificate to run an HTTPS Server on iOS

后端 未结 2 507
滥情空心
滥情空心 2020-12-17 01:10

I\'m trying to build an HTTPS server in an iOS app, in order to act as a proxy between my web-app and my external server.

I have managed to make an

2条回答
  •  旧巷少年郎
    2020-12-17 01:51

    It looks like you need to import the identity using a PKCS #12 file. See listing 2-2 in https://developer.apple.com/library/ios/#documentation/Security/Conceptual/CertKeyTrustProgGuide/iPhone_Tasks/iPhone_Tasks.html#//apple_ref/doc/uid/TP40001358-CH208-SW13 .

提交回复
热议问题