Dynamically create x509 certificate in iOS

I have a requirement to generate an x509 certificate at runtime, I did some google and found some examples of using a certificate instead of creating a certificate.

Thank you and welcome, S. Murali Krishnan

+3
source share
1 answer

My recommendation is to compile and static openssl link with your iOS project.

Then create your x509 certificate using the openssl API ( check this sample code )

+2
source

All Articles