Skip to content

Commit 2cea0cd

Browse files
RaisinTenRafaelGSS
authored andcommitted
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 #56599 landed in v23.8.0. - Windows support #56833 landed in v23.8.0 - non-Windows and non-macOS support #57009 landed in v23.9.0 This change documents the history info. Signed-off-by: Darshan Sen <raisinten@gmail.com> PR-URL: #57432 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
1 parent 3ab4a3a commit 2cea0cd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/api/cli.md

+8
Original file line numberDiff line numberDiff line change
@@ -2861,6 +2861,14 @@ The following values are valid for `mode`:
28612861

28622862
### `--use-system-ca`
28632863

2864+
<!-- YAML
2865+
added: v23.8.0
2866+
changes:
2867+
- version: v23.9.0
2868+
pr-url: https://github.com/nodejs/node/pull/57009
2869+
description: Added support on non-Windows and non-macOS.
2870+
-->
2871+
28642872
Node.js uses the trusted CA certificates present in the system store along with
28652873
the `--use-bundled-ca` option and the `NODE_EXTRA_CA_CERTS` environment variable.
28662874
On platforms other than Windows and macOS, this loads certificates from the directory

0 commit comments

Comments
 (0)