Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2018-10-20 00:39:46 +0300
committerMyles Borins <mylesborins@google.com>2018-11-29 19:39:10 +0300
commit913c4910c7fd0c386e9d976ed0b6da6a91ecb6b7 (patch)
treeb3b6f4ed0caffc49ce444414d7ab4f9744e36632 /doc
parent0ce76be8436f67301009156183b54811f617cf37 (diff)
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/cli.md3
-rw-r--r--doc/node.13
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 06270219db0..b6e42a5bc81 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -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
diff --git a/doc/node.1 b/doc/node.1
index ad46d58d1f3..4c97240ee71 100644
--- a/doc/node.1
+++ b/doc/node.1
@@ -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.