`--use-system-ca` is the replacement for `--use-openssl-ca` and we should use that for newer node versions. the certificates are cached, so better perf. ``` Added in:v23.9.0, v22.15.0 ``` - https://nodejs.org/docs/latest-v25.x/api/cli.html#use-system-ca
--use-system-cais the replacement for--use-openssl-caand we should use that for newer node versions. the certificates are cached, so better perf.