Skip to content

Instantly share code, notes, and snippets.

@karlentwistle
Created April 15, 2014 14:10
Show Gist options
  • Save karlentwistle/10735867 to your computer and use it in GitHub Desktop.
Save karlentwistle/10735867 to your computer and use it in GitHub Desktop.
convert encoded .crt to plaintext .crt
openssl x509 -inform DES -in DigiCertHighAssuranceEVRootCA.crt -out DigiCertHighAssuranceEVRootCA.crt -text
openssl x509 -inform DES -in DigiCertSecureServerCA.crt -out DigiCertSecureServerCA.crt -text
openssl x509 -inform DES -in DigiCertHighAssuranceCA-3.crt -out DigiCertHighAssuranceCA-3.crt -text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment