We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f834d6a commit 625faaaCopy full SHA for 625faaa
1 file changed
doc/api/tls.md
@@ -2362,11 +2362,14 @@ changes:
2362
trusted store.
2363
* When [`NODE_EXTRA_CA_CERTS`][] is used, this would also include certificates loaded from the specified
2364
file.
2365
+
2366
* `"system"`: return the CA certificates that are loaded from the system's trusted store, according
2367
to rules set by [`--use-system-ca`][]. This can be used to get the certificates from the system
2368
when [`--use-system-ca`][] is not enabled.
2369
2370
* `"bundled"`: return the CA certificates from the bundled Mozilla CA store. This would be the same
2371
as [`tls.rootCertificates`][].
2372
2373
* `"extra"`: return the CA certificates loaded from [`NODE_EXTRA_CA_CERTS`][]. It's an empty array if
2374
[`NODE_EXTRA_CA_CERTS`][] is not set.
2375
0 commit comments