Skip to content

Instantly share code, notes, and snippets.

@hjeffrey
Created June 12, 2016 09:59
Show Gist options
  • Save hjeffrey/ded7b6ef4c425aca460fafc7a45bc12e to your computer and use it in GitHub Desktop.
Save hjeffrey/ded7b6ef4c425aca460fafc7a45bc12e to your computer and use it in GitHub Desktop.
make pem form p12 and cer
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