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/html
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-09-05 10:24:21 +0400
committerisaacs <i@izs.me>2011-09-05 10:24:21 +0400
commitcce89fb0a35e628e2924044889eba3d9a902bf96 (patch)
tree199b4757c0397cb4e3971af839ff91b8d766c2aa /html
parent0596d31d76b042251b40c51665c2320aa7aa9017 (diff)
Add strict-ssl config, pass to request
Diffstat (limited to 'html')
-rw-r--r--html/doc/config.html11
-rw-r--r--html/doc/get.html11
-rw-r--r--html/doc/set.html11
3 files changed, 33 insertions, 0 deletions
diff --git a/html/doc/config.html b/html/doc/config.html
index 3dbebf99f..d6e88c366 100644
--- a/html/doc/config.html
+++ b/html/doc/config.html
@@ -166,6 +166,8 @@ connections to the registry.</p>
<p>Set to <code>null</code> to only allow "known" registrars, or to a specific CA cert
to trust only that specific signing authority.</p>
+<p>See also the <code>strict-ssl</code> config.</p>
+
<h3 id="cache">cache</h3>
<ul><li>Default: Windows: <code>~/npm-cache</code>, Posix: <code>~/.npm</code></li><li>Type: path</li></ul>
@@ -440,6 +442,15 @@ Windows</li><li>Type: path</li></ul>
<p>The shell to run for the <code>npm explore</code> command.</p>
+<h3 id="strict-ssl">strict-ssl</h3>
+
+<ul><li>Default: true</li><li>Type: Boolean</li></ul>
+
+<p>Whether or not to do SSL key validation when making requests to the
+registry via https.</p>
+
+<p>See also the <code>ca</code> config.</p>
+
<h3 id="tag">tag</h3>
<ul><li>Default: latest</li><li>Type: String</li></ul>
diff --git a/html/doc/get.html b/html/doc/get.html
index 604bf92a5..d2ceb8b8e 100644
--- a/html/doc/get.html
+++ b/html/doc/get.html
@@ -166,6 +166,8 @@ connections to the registry.</p>
<p>Set to <code>null</code> to only allow "known" registrars, or to a specific CA cert
to trust only that specific signing authority.</p>
+<p>See also the <code>strict-ssl</code> config.</p>
+
<h3 id="cache">cache</h3>
<ul><li>Default: Windows: <code>~/npm-cache</code>, Posix: <code>~/.npm</code></li><li>Type: path</li></ul>
@@ -440,6 +442,15 @@ Windows</li><li>Type: path</li></ul>
<p>The shell to run for the <code>npm explore</code> command.</p>
+<h3 id="strict-ssl">strict-ssl</h3>
+
+<ul><li>Default: true</li><li>Type: Boolean</li></ul>
+
+<p>Whether or not to do SSL key validation when making requests to the
+registry via https.</p>
+
+<p>See also the <code>ca</code> config.</p>
+
<h3 id="tag">tag</h3>
<ul><li>Default: latest</li><li>Type: String</li></ul>
diff --git a/html/doc/set.html b/html/doc/set.html
index de962541a..d67216170 100644
--- a/html/doc/set.html
+++ b/html/doc/set.html
@@ -166,6 +166,8 @@ connections to the registry.</p>
<p>Set to <code>null</code> to only allow "known" registrars, or to a specific CA cert
to trust only that specific signing authority.</p>
+<p>See also the <code>strict-ssl</code> config.</p>
+
<h3 id="cache">cache</h3>
<ul><li>Default: Windows: <code>~/npm-cache</code>, Posix: <code>~/.npm</code></li><li>Type: path</li></ul>
@@ -440,6 +442,15 @@ Windows</li><li>Type: path</li></ul>
<p>The shell to run for the <code>npm explore</code> command.</p>
+<h3 id="strict-ssl">strict-ssl</h3>
+
+<ul><li>Default: true</li><li>Type: Boolean</li></ul>
+
+<p>Whether or not to do SSL key validation when making requests to the
+registry via https.</p>
+
+<p>See also the <code>ca</code> config.</p>
+
<h3 id="tag">tag</h3>
<ul><li>Default: latest</li><li>Type: String</li></ul>