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.
ca-store
The module you need to solve node's SSL woes when your system's root CAs are not up to date