Created
October 26, 2017 17:59
-
-
Save zeqk/4f2d9474ebf614140bf6dc671c44eceb to your computer and use it in GitHub Desktop.
apple certificate openssl
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.cer.pem | |
| openssl pkcs12 -export -inkey keyname.key -in ios_development.cer.pem -out Certificates.p12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment