Skip to content

Commit cea9639

Browse files
committed
doc: tls.md remove the white space
1 parent d4c3ac0 commit cea9639

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

doc/api/tls.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2362,14 +2362,11 @@ changes:
23622362
trusted store.
23632363
* When [`NODE_EXTRA_CA_CERTS`][] is used, this would also include certificates loaded from the specified
23642364
file.
2365-
23662365
* `"system"`: return the CA certificates that are loaded from the system's trusted store, according
23672366
to rules set by [`--use-system-ca`][]. This can be used to get the certificates from the system
23682367
when [`--use-system-ca`][] is not enabled.
2369-
23702368
* `"bundled"`: return the CA certificates from the bundled Mozilla CA store. This would be the same
23712369
as [`tls.rootCertificates`][].
2372-
23732370
* `"extra"`: return the CA certificates loaded from [`NODE_EXTRA_CA_CERTS`][]. It's an empty array if
23742371
[`NODE_EXTRA_CA_CERTS`][] is not set.
23752372

0 commit comments

Comments
 (0)