Skip to content

Instantly share code, notes, and snippets.

@theothermattm
Created July 20, 2016 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theothermattm/75c11389bb47d80d3bfb50b16d9d3129 to your computer and use it in GitHub Desktop.
Save theothermattm/75c11389bb47d80d3bfb50b16d9d3129 to your computer and use it in GitHub Desktop.
Convert .crt to .pem for CA's
# from https://github.com/nodejs/node/issues/3742#issuecomment-225939382
openssl x509 -inform der -in /Path/to/the.crt -out /Path/to/the/file.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment