Trust additional certificate authorities.
Section: Environment Variables and NODE_OPTIONS
Add extra CA certificates
bash
bash
NODE_EXTRA_CA_CERTS=./internal-ca.pem node app.jsExplanation
Useful in enterprise environments with internal PKI.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Environment Variables and NODE_OPTIONS