Skip to content

Commit 8eb659f

Browse files
committed
doc: add history info for --use-system-ca
These are the PRs for --use-system-ca: - initial implementation of the option with just macOS support nodejs#56599 landed in v23.8.0. - Windows support nodejs#56833 landed in v23.8.0 - non-Windows and non-macOS support nodejs#57009 landed in v23.9.0 This change documents the history info. Signed-off-by: Darshan Sen <[email protected]>
1 parent 3a497dc commit 8eb659f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api/cli.md

+4
Original file line numberDiff line numberDiff line change
@@ -2937,6 +2937,10 @@ The following values are valid for `mode`:
29372937

29382938
### `--use-system-ca`
29392939

2940+
<!-- YAML
2941+
added: v23.8.0
2942+
-->
2943+
29402944
Node.js uses the trusted CA certificates present in the system store along with
29412945
the `--use-bundled-ca` option and the `NODE_EXTRA_CA_CERTS` environment variable.
29422946
On platforms other than Windows and macOS, this loads certificates from the directory

0 commit comments

Comments
 (0)