File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 616616.It Fl -use-env-proxy
617617Parse proxy settings from HTTP_PROXY/HTTPS_PROXY/NO_PROXY environment variables and apply the setting in global HTTP/HTTPS clients.
618618.
619+ .It Fl -use-system-ca
620+ Use the trusted CA certificates present in the system store, in addition to the certificates in the
621+ bundled Mozilla CA store and certificates from `NODE_EXTRA_CA_CERTS`. On Windows and macOS, it uses system APIs to
622+ integrate additional trusted certificates. On other platforms it is similar to `--use-openssl-ca` with the difference
623+ being that it caches the certificates on first load, and the system certificates are added in a complementary manner
624+ without replacing certificates from other sources. This flag supersedes `--use-openssl-ca`.
625+ .
619626.It Fl -use-largepages Ns = Ns Ar mode
620627Re-map the Node.js static code to large memory pages at startup. If supported on
621628the target system, this will cause the Node.js static code to be moved onto 2
You can’t perform that action at this time.
0 commit comments