问题
Is there a way to programmatically create a self-signed certificate in an app for iPhone just by using the Apple Security framework, ie. not having to mess with OpenSSL?
回答1:
It seems like this is not possible without openSSL or RSA libs, I have searched through some answers, and this one seems to be the best, even includes a connection to this question: iOS: How to create PKCS12 (P12) keystore from private key and x509certificate in application programmatically?
来源:https://stackoverflow.com/questions/24683786/programmatically-create-a-x509-certificate-for-iphone-without-using-openssl