Skip to content

Instantly share code, notes, and snippets.

@matthiasbalke
Created February 9, 2017 14:19
Show Gist options
  • Select an option

  • Save matthiasbalke/7c785a66753e6dac76f6b51e819cd0e4 to your computer and use it in GitHub Desktop.

Select an option

Save matthiasbalke/7c785a66753e6dac76f6b51e819cd0e4 to your computer and use it in GitHub Desktop.
Convert a DER certificate to PEM
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