doc: NODE_EXTRA_CA_CERTS is ignored if setuid root

Fixes: https://github.com/nodejs/node/issues/22081

PR-URL: https://github.com/nodejs/node/pull/23770
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
This commit is contained in:
Ben Noordhuis 2018-10-19 23:39:46 +02:00 committed by Anna Henningsen
parent 91431db9eb
commit cc750b71a1
No known key found for this signature in database
GPG Key ID: 9C63F3A6CD2AD8F9
2 changed files with 6 additions and 0 deletions

View File

@ -525,6 +525,9 @@ malformed, but any errors are otherwise ignored.
Note that neither the well known nor extra certificates are used when the `ca`
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.
### `NODE_ICU_DATA=file`
<!-- YAML
added: v0.11.15

View File

@ -302,6 +302,9 @@ If
is missing or misformatted, a message will be emitted once using
.Sy process.emitWarning() ,
but any errors are otherwise ignored.
.Pp
This environment variable is ignored when `node` runs as setuid root or
has Linux file capabilities set.
.
.It Ev NODE_ICU_DATA Ar file
Data path for ICU (Intl object) data.