From 8eb659f0a6d4154dc80a5260e25a8c39669e4134 Mon Sep 17 00:00:00 2001 From: Darshan Sen Date: Thu, 13 Mar 2025 13:35:39 +0530 Subject: [PATCH 1/2] 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 https://github.com/nodejs/node/pull/56599 landed in v23.8.0. - Windows support https://github.com/nodejs/node/pull/56833 landed in v23.8.0 - non-Windows and non-macOS support https://github.com/nodejs/node/pull/57009 landed in v23.9.0 This change documents the history info. Signed-off-by: Darshan Sen --- doc/api/cli.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/cli.md b/doc/api/cli.md index a102038344b006..c4165305124f4f 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2937,6 +2937,10 @@ The following values are valid for `mode`: ### `--use-system-ca` + + Node.js uses the trusted CA certificates present in the system store along with the `--use-bundled-ca` option and the `NODE_EXTRA_CA_CERTS` environment variable. On platforms other than Windows and macOS, this loads certificates from the directory From 713333795b192b97e8d3fb86144b988bd3d9e361 Mon Sep 17 00:00:00 2001 From: Darshan Sen Date: Fri, 14 Mar 2025 12:12:19 +0530 Subject: [PATCH 2/2] doc: include an entry for v23.9.0 Signed-off-by: Darshan Sen --- doc/api/cli.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/cli.md b/doc/api/cli.md index c4165305124f4f..c20b8111e4ed10 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2939,6 +2939,10 @@ The following values are valid for `mode`: Node.js uses the trusted CA certificates present in the system store along with