mirror of https://github.com/nodejs/node.git
doc: fix typo in cli.md
PR-URL: https://github.com/nodejs/node/pull/14855 Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Roman Reiss <me@silverwind.io>
This commit is contained in:
parent
c879c9a5c6
commit
472a8a7f8d
|
@ -542,7 +542,7 @@ If `--use-openssl-ca` is enabled, this overrides and sets OpenSSL's directory
|
|||
containing trusted certificates.
|
||||
|
||||
*Note*: Be aware that unless the child environment is explicitly set, this
|
||||
evironment variable will be inherited by any child processes, and if they use
|
||||
environment variable will be inherited by any child processes, and if they use
|
||||
OpenSSL, it may cause them to trust the same CAs as node.
|
||||
|
||||
### `SSL_CERT_FILE=file`
|
||||
|
@ -554,7 +554,7 @@ If `--use-openssl-ca` is enabled, this overrides and sets OpenSSL's file
|
|||
containing trusted certificates.
|
||||
|
||||
*Note*: Be aware that unless the child environment is explicitly set, this
|
||||
evironment variable will be inherited by any child processes, and if they use
|
||||
environment variable will be inherited by any child processes, and if they use
|
||||
OpenSSL, it may cause them to trust the same CAs as node.
|
||||
|
||||
### `NODE_REDIRECT_WARNINGS=file`
|
||||
|
|
Loading…
Reference in New Issue