Load trusted CA certs from the OS store.
Section: Environment Variables and NODE_OPTIONS
Use system CA store
bash
bash
NODE_USE_SYSTEM_CA=1 node app.jsExplanation
Helpful when relying on system-managed certificates.
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