Last active
July 3, 2019 15:14
-
-
Save georgebent/adee688a86988296e01c10da26800943 to your computer and use it in GitHub Desktop.
Openssl commands
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
// make p12 certificate from files | |
openssl pkcs12 -export -in client.crt -inkey client.key -certfile ca.crt -out client01.p12 -passout pass:pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment