diff --git a/doc/api/cli.md b/doc/api/cli.md index 886d17c6d5e185..ee659f49df69a4 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1175,6 +1175,10 @@ options property is explicitly specified for a TLS or HTTPS client or server. This environment variable is ignored when `node` runs as setuid root or has Linux file capabilities set. +The `NODE_EXTRA_CA_CERTS` environment variable is only read when the Node.js +process is first launched. Changing the value at runtime using +`process.env.NODE_EXTRA_CA_CERTS` has no effect on the current process. + ### `NODE_ICU_DATA=file`