Skip to content

Instantly share code, notes, and snippets.

@ThomasLocke
Created July 26, 2014 07:30
Show Gist options
  • Save ThomasLocke/8d8454175947c07db3f0 to your computer and use it in GitHub Desktop.
Save ThomasLocke/8d8454175947c07db3f0 to your computer and use it in GitHub Desktop.
P12 to PEM conversion
$ openssl pkcs12 -in <P12 key> -nocerts -passin pass:notasecret -nodes -out <PEM key>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment