Skip to content

Instantly share code, notes, and snippets.

@smddzcy
Created October 20, 2019 22:54
Show Gist options
  • Save smddzcy/4ccd5051190a9505f09c02ae3025a5c8 to your computer and use it in GitHub Desktop.
Save smddzcy/4ccd5051190a9505f09c02ae3025a5c8 to your computer and use it in GitHub Desktop.
Get .crt and .key from .pfx
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