Skip to content

Commit 105f2b5

Browse files
committed
doc: format tls.md
1 parent 0bc8aa8 commit 105f2b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/api/tls.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2344,11 +2344,14 @@ changes:
23442344
trusted store.
23452345
* When [`NODE_EXTRA_CA_CERTS`][] is used, this would also include certificates loaded from the specified
23462346
file.
2347+
23472348
* `"system"`: return the CA certificates that are loaded from the system's trusted store, according
23482349
to rules set by [`--use-system-ca`][]. This can be used to get the certificates from the system
23492350
when [`--use-system-ca`][] is not enabled.
2351+
23502352
* `"bundled"`: return the CA certificates from the bundled Mozilla CA store. This would be the same
23512353
as [`tls.rootCertificates`][].
2354+
23522355
* `"extra"`: return the CA certificates loaded from [`NODE_EXTRA_CA_CERTS`][]. It's an empty array if
23532356
[`NODE_EXTRA_CA_CERTS`][] is not set.
23542357

0 commit comments

Comments
 (0)