Created
February 25, 2013 15:01
-
-
Save compor/5030375 to your computer and use it in GitHub Desktop.
create pkcs12 cert envelope with openssl
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
| # mycert.crt - certificate file | |
| # mykey.key - private key file | |
| openssl pkcs12 -export -in mycert.crt -inkey mykey.key -out env.p12 -password stdin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment