Skip to content

Instantly share code, notes, and snippets.

@stephenchew
Created February 22, 2017 18:10
Show Gist options
  • Save stephenchew/7ab259c20fbe2cf4c9ad2ca0fc36240d to your computer and use it in GitHub Desktop.
Save stephenchew/7ab259c20fbe2cf4c9ad2ca0fc36240d to your computer and use it in GitHub Desktop.
OpenSSL command to convert PEM into PKCS12
openssl pkcs12 -export -out output.pkcs12 -in input.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment