Skip to content

Instantly share code, notes, and snippets.

@christianascone
Created July 10, 2017 07:48
Show Gist options
  • Save christianascone/4a34fb53dea412d69bc5f778617e78d0 to your computer and use it in GitHub Desktop.
Save christianascone/4a34fb53dea412d69bc5f778617e78d0 to your computer and use it in GitHub Desktop.
Convert a p12 push certificate to PEM file
openssl pkcs12 -in pushcert.p12 -out pushcert.pem -nodes -clcerts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment