Skip to content

Instantly share code, notes, and snippets.

@ezodude
Created February 4, 2013 16:01
Show Gist options
  • Save ezodude/4707651 to your computer and use it in GitHub Desktop.
Save ezodude/4707651 to your computer and use it in GitHub Desktop.
openssl .p12 to .pem
openssl pkcs12 -in Certificates.p12 -out Certificates.pem -nodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment