Created
May 16, 2015 00:29
-
-
Save bertrandmartel/da66471d2a987b42a12c to your computer and use it in GitHub Desktop.
[ SHELL ] convert public cert + private key + ca cert to pkcs12 cert
This file contains hidden or 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 cert.p12 -inkey cert.key -in cert.crt -certfile ca.crt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment