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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLuis Gustavo Pereira <lgp1985@yahoo.com.br>2017-07-28 07:23:05 +0300
committerKat Marchán <kzm@sykosomatic.org>2017-07-28 07:23:32 +0300
commitf00cdc6eb90a0735bc3c516720de0b1428c79c31 (patch)
treea1cdf467ba6dd79cdf4502fa379bd7e927d71a1d /doc
parent3fd6a5f2f8802a9768dba2ec32c593b5db5a878d (diff)
docs: updating naming convention for certificates (#17785)
where it states PEM included Windows naming as (Windows calls it "Base-64 encoded X.509 (.CER)") PR-URL: https://github.com/npm/npm/pull/17785 Credit: @lgp1985 Reviewed-By: @zkat
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/npm-config.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/npm-config.md b/doc/misc/npm-config.md
index dd0993d6b..9ce6b32de 100644
--- a/doc/misc/npm-config.md
+++ b/doc/misc/npm-config.md
@@ -184,7 +184,7 @@ The browser that is called by the `npm docs` command to open websites.
* Type: String, Array or null
The Certificate Authority signing certificate that is trusted for SSL
-connections to the registry. Values should be in PEM format with newlines
+connections to the registry. Values should be in PEM format (Windows calls it "Base-64 encoded X.509 (.CER)") with newlines
replaced by the string "\n". For example:
ca="-----BEGIN CERTIFICATE-----\nXXXX\nXXXX\n-----END CERTIFICATE-----"
@@ -260,7 +260,7 @@ Number of ms to wait for cache lock files to expire.
* Type: String
A client certificate to pass when accessing the registry. Values should be in
-PEM format with newlines replaced by the string "\n". For example:
+PEM format (Windows calls it "Base-64 encoded X.509 (.CER)") with newlines replaced by the string "\n". For example:
cert="-----BEGIN CERTIFICATE-----\nXXXX\nXXXX\n-----END CERTIFICATE-----"