Skip to content

Commit 95c07aa

Browse files
authored
doc: tls.md remove the white space
1 parent fd0de18 commit 95c07aa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/api/tls.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2345,14 +2345,11 @@ changes:
23452345
trusted store.
23462346
* When [`NODE_EXTRA_CA_CERTS`][] is used, this would also include certificates loaded from the specified
23472347
file.
2348-
23492348
* `"system"`: return the CA certificates that are loaded from the system's trusted store, according
23502349
to rules set by [`--use-system-ca`][]. This can be used to get the certificates from the system
23512350
when [`--use-system-ca`][] is not enabled.
2352-
23532351
* `"bundled"`: return the CA certificates from the bundled Mozilla CA store. This would be the same
23542352
as [`tls.rootCertificates`][].
2355-
23562353
* `"extra"`: return the CA certificates loaded from [`NODE_EXTRA_CA_CERTS`][]. It's an empty array if
23572354
[`NODE_EXTRA_CA_CERTS`][] is not set.
23582355

0 commit comments

Comments
 (0)