aws-amplify / aws-sdk-ios

AWS SDK for iOS. For more information, see our web site:
https://aws-amplify.github.io/docs
Other
1.68k stars 885 forks source link

How to include cacert[Certificate Authority] in pkcs12 file while authenticating? #711

Closed sunnymopada closed 6 years ago

sunnymopada commented 7 years ago

Hi,

We have three certificates names private.pem.key, certificate.pem.crt, cacert.pem

I tried generating pkcs12 file by using below command

openssl pkcs12 -export -in cert.pem -inkey key.pem -certfile cacert.pem -out awsiot.p12

But unable to include Certificate Authority[cacert.epm] in the key chain as https://github.com/aws/aws-sdk-ios/blob/master/AWSIoT/Internal/AWSIoTKeychain.m is considering only certificate and private key. So how to include certificate authority?

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 6 years ago

This issue has been automatically closed because of inactivity. Please open a new issue if are still encountering problems.