Skip to content

Instantly share code, notes, and snippets.

@jlyonsmith
Created May 8, 2016 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlyonsmith/5927ad6d92340f495bc41c10c557020d to your computer and use it in GitHub Desktop.
Save jlyonsmith/5927ad6d92340f495bc41c10c557020d to your computer and use it in GitHub Desktop.
#!/bin/bash
# Convert a .p12 format file to a .pem format
openssl pkcs12 -in $1 -out $2 -nodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment