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:
authorChris Dickinson <christopher.s.dickinson@gmail.com>2014-06-20 05:01:35 +0400
committerForrest L Norvell <forrest@npmjs.com>2014-06-27 01:58:48 +0400
commit4932583a1db6066298c1110f50737431d4eab9e9 (patch)
tree2a992d9f786f81400a284c2da915d5ccc78fca89
parent2443bb1d5cc296c8ef5675b6182393466d603b35 (diff)
docs: document cafile config setting
-rw-r--r--doc/misc/npm-config.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/misc/npm-config.md b/doc/misc/npm-config.md
index b49e98736..035923fa6 100644
--- a/doc/misc/npm-config.md
+++ b/doc/misc/npm-config.md
@@ -146,6 +146,15 @@ to trust only that specific signing authority.
See also the `strict-ssl` config.
+### cafile
+
+* Default: `null`
+* Type: path
+
+A path to a file containing one or multiple Certificate Authority signing
+certificates. Similar to the `ca` setting, but allows for multiple CA's, as
+well as for the CA information to be stored in a file on disk.
+
### cache
* Default: Windows: `%AppData%\npm-cache`, Posix: `~/.npm`