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:
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 /doc
parent16db6bd456db07da3f969599e8ce35a39380cc7e (diff)
Add 'ca' config
Diffstat (limited to 'doc')
-rw-r--r--doc/config.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/config.md b/doc/config.md
index 71ea750ef..66a4f917b 100644
--- a/doc/config.md
+++ b/doc/config.md
@@ -174,6 +174,17 @@ It's yet to be seen if this is a good idea.
The browser that is called by the `npm docs` command to open websites.
+### ca
+
+* Default: The npm CA certificate
+* Type: String or null
+
+The Certificate Authority signing certificate that is trusted for SSL
+connections to the registry.
+
+Set to `null` to only allow "known" registrars, or to a specific CA cert
+to trust only that specific signing authority.
+
### cache
* Default: Windows: `~/npm-cache`, Posix: `~/.npm`