I have clients cloudflare SSL certificate(.pem). I want to embed this SSL certificate for my react native project for iOS so that we can access our API's. I am new to this I have tried so many ways but didn't get exact solution for it.
The language we are using is Objective C where we have to write code for SSL cert embedding. Can anyone help me with this any tutorial link will work for me to get reference.
I have tried to convert cert into .p12 but when I decode response and call our API I am getting 403 error code. I want try same cert which client gave me .pem I dont want to convert it to somethingelse