Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Vagg <rod@vagg.org>2017-08-22 11:27:14 +0300
committerJames M Snell <jasnell@gmail.com>2017-08-25 01:17:29 +0300
commitbe4c9847472f0b6de1d86a3e77632d504176ba8e (patch)
treeae0ebccc9a0f99080c565b827f608849f9bb9d2b /doc/node.1
parent9e0f771224759484bd95358f02de650916287488 (diff)
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>
Diffstat (limited to 'doc/node.1')
-rw-r--r--doc/node.16
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/node.1 b/doc/node.1
index cf79ce33f92..36c44d6b2cf 100644
--- a/doc/node.1
+++ b/doc/node.1
@@ -223,15 +223,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.