Created
October 14, 2015 13:48
-
-
Save detj/fc1ba591fc01606177cc to your computer and use it in GitHub Desktop.
Create a PKCS#12 or .p12 file which can be readily imported into Keychain Access
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 server.p12 -inkey server.key -in server.crt -certfile CACert.crt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment