Skip to content

Instantly share code, notes, and snippets.

@thanhzusu
Created November 30, 2017 05:48
Show Gist options
  • Save thanhzusu/7eb15f52ee5f7ffaa5ca4336f2199f4a to your computer and use it in GitHub Desktop.
Save thanhzusu/7eb15f52ee5f7ffaa5ca4336f2199f4a to your computer and use it in GitHub Desktop.
Create PEM file from p12 file
Create PEM file from p12 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