Created
September 8, 2016 17:48
-
-
Save lgreenlee/0ba7ded41dff08f528d127f867fa9b33 to your computer and use it in GitHub Desktop.
.NET Compatible Cert Conversion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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