Skip to content

Commit 17ccf92

Browse files
RaisinTenaduh95
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 <[email protected]> PR-URL: #57432 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
1 parent 9adaaeb commit 17ccf92

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
@@ -2907,6 +2907,14 @@ The following values are valid for `mode`:
29072907

29082908
### `--use-system-ca`
29092909

2910+
<!-- YAML
2911+
added: v23.8.0
2912+
changes:
2913+
- version: v23.9.0
2914+
pr-url: https://github.com/nodejs/node/pull/57009
2915+
description: Added support on non-Windows and non-macOS.
2916+
-->
2917+
29102918
Node.js uses the trusted CA certificates present in the system store along with
29112919
the `--use-bundled-ca` option and the `NODE_EXTRA_CA_CERTS` environment variable.
29122920
On platforms other than Windows and macOS, this loads certificates from the directory

0 commit comments

Comments
 (0)