Skip to content

Instantly share code, notes, and snippets.

@lgreenlee
Created September 8, 2016 17:48
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 lgreenlee/0ba7ded41dff08f528d127f867fa9b33 to your computer and use it in GitHub Desktop.
Save lgreenlee/0ba7ded41dff08f528d127f867fa9b33 to your computer and use it in GitHub Desktop.
.NET Compatible Cert Conversion
openssl pkcs12 -export -out [file].pfx -inkey [pvt key].key -in [crt].crt -certfile [ca].crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment