From ee9575616e66fc15a2d7c8bfb05f915ad9a08fe7 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Sun, 27 Jul 2025 12:51:18 +0200 Subject: [PATCH] doc: add manpage entry for --use-system-ca --- doc/node.1 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/node.1 b/doc/node.1 index 4b8fd7cef7ed0d..74d2d411a746eb 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -616,6 +616,13 @@ and .It Fl -use-env-proxy Parse proxy settings from HTTP_PROXY/HTTPS_PROXY/NO_PROXY environment variables and apply the setting in global HTTP/HTTPS clients. . +.It Fl -use-system-ca +Use the trusted CA certificates present in the system store, in addition to the certificates in the +bundled Mozilla CA store and certificates from `NODE_EXTRA_CA_CERTS`. On Windows and macOS, it uses system APIs to +integrate additional trusted certificates. On other platforms it is similar to `--use-openssl-ca` with the difference +being that it caches the certificates on first load, and the system certificates are added in a complementary manner +without replacing certificates from other sources. This flag supersedes `--use-openssl-ca`. +. .It Fl -use-largepages Ns = Ns Ar mode Re-map the Node.js static code to large memory pages at startup. If supported on the target system, this will cause the Node.js static code to be moved onto 2