Skip to content

Commit 2cfa04b

Browse files
committed
fixup! fixup! tls: implement tls.getCACertificates()
1 parent 467dad1 commit 2cfa04b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/api/tls.md

+3
Original file line numberDiff line numberDiff line change
@@ -2395,6 +2395,9 @@ Returns an array containing the CA certificates from various sources, depending
23952395
* `"extra"`: return the CA certificates loaded from [`NODE_EXTRA_CA_CERTS`][]. It's an empty array if
23962396
[`NODE_EXTRA_CA_CERTS`][] is not set.
23972397

2398+
The array may contain duplicate certificates if the same certificate is repeatedly stored in
2399+
multiple sources.
2400+
23982401
<!-- YAML
23992402
added: v0.10.2
24002403
-->

0 commit comments

Comments
 (0)