Closed sunnymopada closed 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.
This issue has been automatically closed because of inactivity. Please open a new issue if are still encountering problems.
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?