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
diff options
context:
space:
mode:
authorForrest L Norvell <forrest@npmjs.com>2014-06-27 01:57:08 +0400
committerForrest L Norvell <forrest@npmjs.com>2014-06-27 01:57:08 +0400
commit2443bb1d5cc296c8ef5675b6182393466d603b35 (patch)
treed909610373d2ad101ce16421aa4130808fd97369
parenta964fe1a3bf3fb617c396fe508c531f6dfcc628f (diff)
use chrisdickinson's actual docs instead.
This reverts commit ff5058d8e5797ebc53ed57398b0b81390bf6e2a2.
-rw-r--r--doc/misc/npm-config.md16
1 files changed, 3 insertions, 13 deletions
diff --git a/doc/misc/npm-config.md b/doc/misc/npm-config.md
index 27aab0f2b..b49e98736 100644
--- a/doc/misc/npm-config.md
+++ b/doc/misc/npm-config.md
@@ -135,27 +135,17 @@ The browser that is called by the `npm docs` command to open websites.
### ca
-* Default: `null`
+* 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.
+Set to `null` to only allow "known" registrars, or to a specific CA cert
+to trust only that specific signing authority.
See also the `strict-ssl` config.
-### cafile
-
-* Default: null
-* Type: path or null
-
-A file containing PEM-encoded Certificate Authority public signing
-certificates.
-
-This overrides the `ca` config if set.
-
### cache
* Default: Windows: `%AppData%\npm-cache`, Posix: `~/.npm`