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 07:30:03 +0400
committerisaacs <i@izs.me>2011-09-05 07:30:03 +0400
commit97d4ce232a95df2029cdfae0c239ffd3b6bf2ca0 (patch)
tree192b9d025d1094140cd1a7bc5744d45010d8ff37 /html
parent16db6bd456db07da3f969599e8ce35a39380cc7e (diff)
Add 'ca' config
Diffstat (limited to 'html')
-rw-r--r--html/doc/config.html10
-rw-r--r--html/doc/get.html10
-rw-r--r--html/doc/set.html10
3 files changed, 30 insertions, 0 deletions
diff --git a/html/doc/config.html b/html/doc/config.html
index f9bae7bf9..3dbebf99f 100644
--- a/html/doc/config.html
+++ b/html/doc/config.html
@@ -156,6 +156,16 @@ have their <code>build</code> directories automatically ignored.</p>
<p>The browser that is called by the <code>npm docs</code> command to open websites.</p>
+<h3 id="ca">ca</h3>
+
+<ul><li>Default: The npm CA certificate</li><li>Type: String or null</li></ul>
+
+<p>The Certificate Authority signing certificate that is trusted for SSL
+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>
+
<h3 id="cache">cache</h3>
<ul><li>Default: Windows: <code>~/npm-cache</code>, Posix: <code>~/.npm</code></li><li>Type: path</li></ul>
diff --git a/html/doc/get.html b/html/doc/get.html
index 99484b473..604bf92a5 100644
--- a/html/doc/get.html
+++ b/html/doc/get.html
@@ -156,6 +156,16 @@ have their <code>build</code> directories automatically ignored.</p>
<p>The browser that is called by the <code>npm docs</code> command to open websites.</p>
+<h3 id="ca">ca</h3>
+
+<ul><li>Default: The npm CA certificate</li><li>Type: String or null</li></ul>
+
+<p>The Certificate Authority signing certificate that is trusted for SSL
+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>
+
<h3 id="cache">cache</h3>
<ul><li>Default: Windows: <code>~/npm-cache</code>, Posix: <code>~/.npm</code></li><li>Type: path</li></ul>
diff --git a/html/doc/set.html b/html/doc/set.html
index c602d4cbb..de962541a 100644
--- a/html/doc/set.html
+++ b/html/doc/set.html
@@ -156,6 +156,16 @@ have their <code>build</code> directories automatically ignored.</p>
<p>The browser that is called by the <code>npm docs</code> command to open websites.</p>
+<h3 id="ca">ca</h3>
+
+<ul><li>Default: The npm CA certificate</li><li>Type: String or null</li></ul>
+
+<p>The Certificate Authority signing certificate that is trusted for SSL
+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>
+
<h3 id="cache">cache</h3>
<ul><li>Default: Windows: <code>~/npm-cache</code>, Posix: <code>~/.npm</code></li><li>Type: path</li></ul>