| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 57fe96f commit ebaaf2c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -613,6 +613,13 @@ See | |||
| 613 | 613 | and | |
| 614 | 614 | .Ev SSL_CERT_FILE . | |
| 615 | 615 | . | |
| 616 | + .It Fl -use-system-ca | ||
| 617 | + Use the trusted CA certificates present in the system store, in addition to the certificates in the | ||
| 618 | + bundled Mozilla CA store and certificates from `NODE_EXTRA_CA_CERTS`. On Windows and macOS, it uses system APIs to | ||
| 619 | + integrate additional trusted certificates. On other platforms it is similar to `--use-openssl-ca` with the difference | ||
| 620 | + being that it caches the certificates on first load, and the system certificates are added in a complementary manner | ||
| 621 | + without replacing certificates from other sources. This flag supersedes `--use-openssl-ca`. | ||
| 622 | + . | ||
| 616 | 623 | .It Fl -use-largepages Ns = Ns Ar mode | |
| 617 | 624 | Re-map the Node.js static code to large memory pages at startup. If supported on | |
| 618 | 625 | the target system, this will cause the Node.js static code to be moved onto 2 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments