Skip to content

Commit 1baba9b

Browse files
bnoordhuistargos
authored andcommitted
doc: NODE_EXTRA_CA_CERTS is ignored if setuid root
Fixes: #22081 PR-URL: #23770 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
1 parent ee8fa52 commit 1baba9b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

doc/api/cli.md

+3
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,9 @@ malformed, but any errors are otherwise ignored.
525525
Note that neither the well known nor extra certificates are used when the `ca`
526526
options property is explicitly specified for a TLS or HTTPS client or server.
527527

528+
This environment variable is ignored when `node` runs as setuid root or
529+
has Linux file capabilities set.
530+
528531
### `NODE_ICU_DATA=file`
529532
<!-- YAML
530533
added: v0.11.15

doc/node.1

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

0 commit comments

Comments
 (0)