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 @@ -249,15 +249,15 @@ added: v6.11.0
249
249
-->
250
250
251
251
Use OpenSSL's default CA store or use bundled Mozilla CA store as supplied by
252
- current NodeJS version. The default store is selectable at build-time.
252
+ current Node.js version. The default store is selectable at build-time.
253
253
254
254
Using OpenSSL store allows for external modifications of the store. For most
255
255
Linux and BSD distributions, this store is maintained by the distribution
256
256
maintainers and system administrators. OpenSSL CA store location is dependent on
257
257
configuration of the OpenSSL library but this can be altered at runtime using
258
- environmental variables.
258
+ environment variables.
259
259
260
- The bundled CA store, as supplied by NodeJS , is a snapshot of Mozilla CA store
260
+ The bundled CA store, as supplied by Node.js , is a snapshot of Mozilla CA store
261
261
that is fixed at release time. It is identical on all supported platforms.
262
262
263
263
See ` SSL_CERT_DIR ` and ` SSL_CERT_FILE ` .
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ at runtime so that the JS methods would work for all ICU locales. Assuming the
103
103
data file is stored at ` /some/directory ` , it can be made available to ICU
104
104
through either:
105
105
106
- * The [ ` NODE_ICU_DATA ` ] [ ] environmental variable:
106
+ * The [ ` NODE_ICU_DATA ` ] [ ] environment variable:
107
107
108
108
``` shell
109
109
env NODE_ICU_DATA=/some/directory node
Original file line number Diff line number Diff line change @@ -487,7 +487,7 @@ by the `NODE_REPL_HISTORY` variable, as documented in the
487
487
488
488
### Using the Node.js REPL with advanced line-editors
489
489
490
- For advanced line-editors, start Node.js with the environmental variable
490
+ For advanced line-editors, start Node.js with the environment variable
491
491
` NODE_NO_READLINE=1 ` . This will start the main and debugger REPL in canonical
492
492
terminal settings which will allow you to use with ` rlwrap ` .
493
493
Original file line number Diff line number Diff line change @@ -175,15 +175,15 @@ used to enable FIPS-compliant crypto if Node.js is built with
175
175
.TP
176
176
.BR \-\- use\- openssl\- ca,\-\- use\- bundled\- ca
177
177
Use OpenSSL's default CA store or use bundled Mozilla CA store as supplied by
178
- current NodeJS version. The default store is selectable at build-time.
178
+ current Node.js version. The default store is selectable at build-time.
179
179
180
180
Using OpenSSL store allows for external modifications of the store. For most
181
181
Linux and BSD distributions, this store is maintained by the distribution
182
182
maintainers and system administrators. OpenSSL CA store location is dependent on
183
183
configuration of the OpenSSL library but this can be altered at runtime using
184
- environmental variables.
184
+ environment variables.
185
185
186
- The bundled CA store, as supplied by NodeJS , is a snapshot of Mozilla CA store
186
+ The bundled CA store, as supplied by Node.js , is a snapshot of Mozilla CA store
187
187
that is fixed at release time. It is identical on all supported platforms.
188
188
189
189
See \fB SSL_CERT_DIR \fR and \fB SSL_CERT_FILE \fR .
You can’t perform that action at this time.
0 commit comments