Skip to content

Commit 625faaa

Browse files
committed
fix: fix lint format-md
1 parent f834d6a commit 625faaa

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
@@ -2362,11 +2362,14 @@ changes:
23622362
trusted store.
23632363
* When [`NODE_EXTRA_CA_CERTS`][] is used, this would also include certificates loaded from the specified
23642364
file.
2365+
23652366
* `"system"`: return the CA certificates that are loaded from the system's trusted store, according
23662367
to rules set by [`--use-system-ca`][]. This can be used to get the certificates from the system
23672368
when [`--use-system-ca`][] is not enabled.
2369+
23682370
* `"bundled"`: return the CA certificates from the bundled Mozilla CA store. This would be the same
23692371
as [`tls.rootCertificates`][].
2372+
23702373
* `"extra"`: return the CA certificates loaded from [`NODE_EXTRA_CA_CERTS`][]. It's an empty array if
23712374
[`NODE_EXTRA_CA_CERTS`][] is not set.
23722375

0 commit comments

Comments
 (0)