John
John

Reputation: 258

Certificate and Private Key from server not in bundle for AWS IOT connection in swift

I am receiving certificate and private key from server to connect with AWS iot. Is there any method that takes certificate and private key as parameters and returns as .p12 file in aws SDK?

Or is there any other way to create .p12 file with received certificate and private key in swift 2.3?

Or if it is any other way, please suggest me

Upvotes: 1

Views: 376

Answers (1)

garyw_aws
garyw_aws

Reputation: 101

please have a look at this GitHub issue which has details about preparing the .p12 file for use with the iOS sample application. Let us know if that information helps, and thanks for using AWS IoT.

Upvotes: 1

Related Questions