Skip to content

Instantly share code, notes, and snippets.

@theothermattm
Created July 20, 2016 15:32
Show Gist options
  • Select an option

  • Save theothermattm/75c11389bb47d80d3bfb50b16d9d3129 to your computer and use it in GitHub Desktop.

Select an option

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