Browse Source
doc: environmental->environment & NodeJS->Node.js
PR-URL: https://github.com/nodejs/node/pull/14974
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
v6.x
Rod Vagg
8 years ago
committed by
Myles Borins
No known key found for this signature in database
GPG Key ID: 933B01F40B5CA946
4 changed files with
8 additions and
8 deletions
-
doc/api/cli.md
-
doc/api/intl.md
-
doc/api/repl.md
-
doc/node.1
|
|
@ -249,15 +249,15 @@ added: v6.11.0 |
|
|
|
--> |
|
|
|
|
|
|
|
Use OpenSSL's default CA store or use bundled Mozilla CA store as supplied by |
|
|
|
current NodeJS version. The default store is selectable at build-time. |
|
|
|
current Node.js version. The default store is selectable at build-time. |
|
|
|
|
|
|
|
Using OpenSSL store allows for external modifications of the store. For most |
|
|
|
Linux and BSD distributions, this store is maintained by the distribution |
|
|
|
maintainers and system administrators. OpenSSL CA store location is dependent on |
|
|
|
configuration of the OpenSSL library but this can be altered at runtime using |
|
|
|
environmental variables. |
|
|
|
environment variables. |
|
|
|
|
|
|
|
The bundled CA store, as supplied by NodeJS, is a snapshot of Mozilla CA store |
|
|
|
The bundled CA store, as supplied by Node.js, is a snapshot of Mozilla CA store |
|
|
|
that is fixed at release time. It is identical on all supported platforms. |
|
|
|
|
|
|
|
See `SSL_CERT_DIR` and `SSL_CERT_FILE`. |
|
|
|
|
|
@ -103,7 +103,7 @@ at runtime so that the JS methods would work for all ICU locales. Assuming the |
|
|
|
data file is stored at `/some/directory`, it can be made available to ICU |
|
|
|
through either: |
|
|
|
|
|
|
|
* The [`NODE_ICU_DATA`][] environmental variable: |
|
|
|
* The [`NODE_ICU_DATA`][] environment variable: |
|
|
|
|
|
|
|
```shell |
|
|
|
env NODE_ICU_DATA=/some/directory node |
|
|
|
|
|
@ -487,7 +487,7 @@ by the `NODE_REPL_HISTORY` variable, as documented in the |
|
|
|
|
|
|
|
### Using the Node.js REPL with advanced line-editors |
|
|
|
|
|
|
|
For advanced line-editors, start Node.js with the environmental variable |
|
|
|
For advanced line-editors, start Node.js with the environment variable |
|
|
|
`NODE_NO_READLINE=1`. This will start the main and debugger REPL in canonical |
|
|
|
terminal settings which will allow you to use with `rlwrap`. |
|
|
|
|
|
|
|
|
|
@ -175,15 +175,15 @@ used to enable FIPS-compliant crypto if Node.js is built with |
|
|
|
.TP |
|
|
|
.BR \-\-use\-openssl\-ca,\-\-use\-bundled\-ca |
|
|
|
Use OpenSSL's default CA store or use bundled Mozilla CA store as supplied by |
|
|
|
current NodeJS version. The default store is selectable at build-time. |
|
|
|
current Node.js version. The default store is selectable at build-time. |
|
|
|
|
|
|
|
Using OpenSSL store allows for external modifications of the store. For most |
|
|
|
Linux and BSD distributions, this store is maintained by the distribution |
|
|
|
maintainers and system administrators. OpenSSL CA store location is dependent on |
|
|
|
configuration of the OpenSSL library but this can be altered at runtime using |
|
|
|
environmental variables. |
|
|
|
environment variables. |
|
|
|
|
|
|
|
The bundled CA store, as supplied by NodeJS, is a snapshot of Mozilla CA store |
|
|
|
The bundled CA store, as supplied by Node.js, is a snapshot of Mozilla CA store |
|
|
|
that is fixed at release time. It is identical on all supported platforms. |
|
|
|
|
|
|
|
See \fBSSL_CERT_DIR\fR and \fBSSL_CERT_FILE\fR. |
|
|
|