You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lucacasonato no, it is only the mozilla root certs, and documented as such
An immutable array of strings representing the root certificates (in PEM format) from the bundled Mozilla CA store as supplied by the current Node.js version.
The bundled CA store, as supplied by Node.js, is a snapshot of Mozilla CA store that is fixed at release time. It is identical on all supported platforms.
This should be populated lazily on access (node source) with an array of root certificates as strings. They are statically included in the binary: https://github.com/nodejs/node/blob/d7d927844247f30e8288c8b37e9681c6f936c1c3/src/node_root_certs.h#L1
The text was updated successfully, but these errors were encountered: