Skip to content

Instantly share code, notes, and snippets.

@jak
Last active December 27, 2015 11:19
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