From 2443bb1d5cc296c8ef5675b6182393466d603b35 Mon Sep 17 00:00:00 2001 From: Forrest L Norvell Date: Thu, 26 Jun 2014 14:57:08 -0700 Subject: use chrisdickinson's actual docs instead. This reverts commit ff5058d8e5797ebc53ed57398b0b81390bf6e2a2. --- doc/misc/npm-config.md | 16 +++------------- 1 file 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` -- cgit v1.2.3