Created
February 9, 2017 14:19
-
-
Save matthiasbalke/7c785a66753e6dac76f6b51e819cd0e4 to your computer and use it in GitHub Desktop.
Convert a DER certificate to PEM
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 DER -in Deutsche_Telekom_Root_CA_2.cer -outform PEM -out Deutsche_Telekom_Root_CA_2.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment