Files
oam/knowledge base/node.js.md
Michele Cereda d42f25f1be fix: typo
2023-05-24 19:56:38 +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: