File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -352,15 +352,15 @@ added: v7.5.0
352
352
-->
353
353
354
354
Use OpenSSL's default CA store or use bundled Mozilla CA store as supplied by
355
- current NodeJS version. The default store is selectable at build-time.
355
+ current Node.js version. The default store is selectable at build-time.
356
356
357
357
Using OpenSSL store allows for external modifications of the store. For most
358
358
Linux and BSD distributions, this store is maintained by the distribution
359
359
maintainers and system administrators. OpenSSL CA store location is dependent on
360
360
configuration of the OpenSSL library but this can be altered at runtime using
361
- environmental variables.
361
+ environment variables.
362
362
363
- The bundled CA store, as supplied by NodeJS , is a snapshot of Mozilla CA store
363
+ The bundled CA store, as supplied by Node.js , is a snapshot of Mozilla CA store
364
364
that is fixed at release time. It is identical on all supported platforms.
365
365
366
366
See ` SSL_CERT_DIR ` and ` SSL_CERT_FILE ` .
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ at runtime so that the JS methods would work for all ICU locales. Assuming the
112
112
data file is stored at ` /some/directory ` , it can be made available to ICU
113
113
through either:
114
114
115
- * The [ ` NODE_ICU_DATA ` ] [ ] environmental variable:
115
+ * The [ ` NODE_ICU_DATA ` ] [ ] environment variable:
116
116
117
117
``` shell
118
118
env NODE_ICU_DATA=/some/directory node
Original file line number Diff line number Diff line change @@ -499,7 +499,7 @@ by the `NODE_REPL_HISTORY` variable, as documented in the
499
499
500
500
### Using the Node.js REPL with advanced line-editors
501
501
502
- For advanced line-editors, start Node.js with the environmental variable
502
+ For advanced line-editors, start Node.js with the environment variable
503
503
` NODE_NO_READLINE=1 ` . This will start the main and debugger REPL in canonical
504
504
terminal settings, which will allow use with ` rlwrap ` .
505
505
Original file line number Diff line number Diff line change @@ -223,15 +223,15 @@ used to enable FIPS-compliant crypto if Node.js is built with
223
223
.TP
224
224
.BR \-\- use\- openssl\- ca,\-\- use\- bundled\- ca
225
225
Use OpenSSL's default CA store or use bundled Mozilla CA store as supplied by
226
- current NodeJS version. The default store is selectable at build-time.
226
+ current Node.js version. The default store is selectable at build-time.
227
227
228
228
Using OpenSSL store allows for external modifications of the store. For most
229
229
Linux and BSD distributions, this store is maintained by the distribution
230
230
maintainers and system administrators. OpenSSL CA store location is dependent on
231
231
configuration of the OpenSSL library but this can be altered at runtime using
232
- environmental variables.
232
+ environment variables.
233
233
234
- The bundled CA store, as supplied by NodeJS , is a snapshot of Mozilla CA store
234
+ The bundled CA store, as supplied by Node.js , is a snapshot of Mozilla CA store
235
235
that is fixed at release time. It is identical on all supported platforms.
236
236
237
237
See \fB SSL_CERT_DIR \fR and \fB SSL_CERT_FILE \fR .
You can’t perform that action at this time.
0 commit comments