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 0bc8aa8 commit 105f2b5Copy full SHA for 105f2b5
1 file changed
doc/api/tls.md
@@ -2344,11 +2344,14 @@ changes:
2344
trusted store.
2345
* When [`NODE_EXTRA_CA_CERTS`][] is used, this would also include certificates loaded from the specified
2346
file.
2347
+
2348
* `"system"`: return the CA certificates that are loaded from the system's trusted store, according
2349
to rules set by [`--use-system-ca`][]. This can be used to get the certificates from the system
2350
when [`--use-system-ca`][] is not enabled.
2351
2352
* `"bundled"`: return the CA certificates from the bundled Mozilla CA store. This would be the same
2353
as [`tls.rootCertificates`][].
2354
2355
* `"extra"`: return the CA certificates loaded from [`NODE_EXTRA_CA_CERTS`][]. It's an empty array if
2356
[`NODE_EXTRA_CA_CERTS`][] is not set.
2357
0 commit comments