Created
October 20, 2019 22:54
-
-
Save smddzcy/4ccd5051190a9505f09c02ae3025a5c8 to your computer and use it in GitHub Desktop.
Get .crt and .key from .pfx
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
openssl pkcs12 -in cert.pfx -clcerts -out cert.txt -nodes | |
# open txt and get certificate + key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment