Skip to content

Commit 45bf2ce

Browse files
joyeecheungaduh95
authored andcommitted
doc: add manpage entry for --use-system-ca
PR-URL: #59273 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Harshitha K P <[email protected]>
1 parent a477267 commit 45bf2ce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/node.1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,13 @@ See
623623
and
624624
.Ev SSL_CERT_FILE .
625625
.
626+
.It Fl -use-system-ca
627+
Use the trusted CA certificates present in the system store, in addition to the certificates in the
628+
bundled Mozilla CA store and certificates from `NODE_EXTRA_CA_CERTS`. On Windows and macOS, it uses system APIs to
629+
integrate additional trusted certificates. On other platforms it is similar to `--use-openssl-ca` with the difference
630+
being that it caches the certificates on first load, and the system certificates are added in a complementary manner
631+
without replacing certificates from other sources. This flag supersedes `--use-openssl-ca`.
632+
.
626633
.It Fl -use-largepages Ns = Ns Ar mode
627634
Re-map the Node.js static code to large memory pages at startup. If supported on
628635
the target system, this will cause the Node.js static code to be moved onto 2

0 commit comments

Comments
 (0)