1

I want to convert DER content to PEM format using Nodejs.

I couldn't find any suitable library or logic. How can I achieve this?

halfer
  • 19,471
  • 17
  • 87
  • 173
Gnik
  • 6,586
  • 18
  • 72
  • 119
  • If you find bindings to OpenSSL (or can make a shell/system call to run it) you can do a search on conversions using that. – Dave S Oct 26 '21 at 05:52
  • Why not [call the command](https://www.poftut.com/convert-der-pem-pem-der-certificate-format-openssl/) with [node](https://stackoverflow.com/questions/20643470/execute-a-command-line-binary-with-node-js) directly? – Fernando Bravo Diaz Oct 28 '21 at 22:04

0 Answers0