Skip to content

Instantly share code, notes, and snippets.

@Qambar
Forked from jak/How to convert P12 to PEM file
Created December 10, 2015 13:09
Show Gist options
  • Save Qambar/30186ca11a17d4dc234a to your computer and use it in GitHub Desktop.
Save Qambar/30186ca11a17d4dc234a to your computer and use it in GitHub Desktop.
How to convert P12 to PEM file
openssl pkcs12 -in myfile.p12 -out newfile.pem -nodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment