Last active
December 1, 2016 03:51
-
-
Save SkyeHoefling/3228be1e1f42dbb86b2a196d4309c9be to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openssl x509 -inform DER -outform PEM -in ios_development.cer -out ios_development.pem | |
openssl pkcs12 -inkey mykey.key -in ios_development.pem -export -out ios_development.p12 -name "Andrew Hoefling" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment