Create .p12 file from an iPhone Developer Certificate on Windows

Опубликовано: 27 Февраль 2026
на канале: App Developer Institute
73,222
144

Follow along as I show you how to create a P12 file from your iPhone Developer Certificate using OpenSSL on a Windows machine. Visit http://www.tutorialsbyibrent.com for more information.



Here is the text for creating the PEM:

openssl x509 -in developer_identity.cer -inform DER -out developer_identity.pem -outform PEM

and for creating the .p12 file:

openssl pkcs12 -export -inkey mykey.key -in developer_identity.pem -out iphone_dev.p12
I use Techsmith's Camtasia for recording all my videos. Check it out here: https://techsmith.z6rjha.net/keqRv