Last active
August 29, 2015 14:14
-
-
Save viktor-evdokimov/7d7803babe9c9276bf80 to your computer and use it in GitHub Desktop.
generate pfx ( pkcs12) from .crt
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 domain.name.pfx -inkey domain.name.key -in domain.name.crt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://stackoverflow.com/questions/6307886/how-to-create-pfx-file-from-cer-certificate-and-private-key