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