Matt Ely

Results 5 comments of Matt Ely

Also interested in a solution.

I still have not found a solution for authentication with certificate, private key and ca files, SO instead we decided to just use openssl to generate a p12 file serverside...

> @MelnykovDenys @PrLion Firstly, you need to use openssl command ,in order to convert pem to der. 👇🏻 > > `openssl x509 -outform der -in certificate.pem -out certificate.der` > >...

@PrLion Converting the .pem file from the API to .p12 requires OpenSSL Im fairly certain. A quick google search yields Swift packages that contain OpenSSL C functions for iOS that...