Files
oam/knowledge base/node.js.md
2023-04-06 18:05:22 +02:00

618 B

Node.js

Open-source, cross-platform JavaScript runtime environment.

Table of contents

  1. TL:DR
  2. Further readings
  3. Sources

TL:DR

# Use a custom CA certificate.
export NODE_EXTRA_CA_CERTS='path/to/trusted/ca/cert.pem'

Further readings

Sources

All the references in the further readings section, plus the following: