Skip to content

Instantly share code, notes, and snippets.

@jak
Last active December 27, 2015 11:19
Show Gist options
  • Save jak/7317852 to your computer and use it in GitHub Desktop.
Save jak/7317852 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