Created
June 12, 2016 09:59
-
-
Save hjeffrey/ded7b6ef4c425aca460fafc7a45bc12e to your computer and use it in GitHub Desktop.
make pem form p12 and cer
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 -in aps.cer -inform DER -out aps.pem -outform PEM | |
openssl pkcs12 -in aps.p12 -out key.pem -nocerts | |
cat aps.pem key.pem > release.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment