Created
April 15, 2014 14:10
-
-
Save karlentwistle/10735867 to your computer and use it in GitHub Desktop.
convert encoded .crt to plaintext .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 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