ios - How to export certificate from Mac OS X to get pair of .cert and .key files ? -
i have on mac 10.10.1 created certificate , have in keychain access certificate private key. on windows have use , need .cert , .key file. how export certificate 2 files ? can export .pb12 or .cert cannot export pair .cert , .key (private key )
what kind of certificate want export? try save certificate *.p12 file , try 1 of these solutions: https://www.icts.uiowa.edu/confluence/pages/viewpage.action?pageid=32735365
e.g.
openssl pkcs12 -nocerts -in yourcert.p12 -out yourkey.key
Comments
Post a Comment