node_extra_ca_certs_mozilla_bundle
If you are trying to connect to a secure website via nodejs. Although, the site may work in the browser, you may run into errors such as
ssl-root-cas
The module you need to solve node's SSL woes when including a custom certificate.
certificate-bundle-loader
Loads root and intermediate certificates from the CCADB and registers them in the global HTTPS module agent
ca-store
The module you need to solve node's SSL woes when your system's root CAs are not up to date