Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
{
  "name": "split-ca",
  "version": "1.0.1",
  "description": "Simple module to split a single certificate authority chain file (aka: bundle, ca-bundle, ca-chain, etc.) into an array, as expected by the node.js tls api.",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bushong1/split-ca.git"
  },
  "keywords": [
    "nodejs",
    "ca",
    "chain",
    "ssl",
    "tls",
    "https",
    "certificate",
    "authority",
    "bundle",
    "ca-bundle",
    "ca-chain",
    "split",
    "server"
  ],
  "author": "Charles Bushong",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/bushong1/split-ca/issues"
  },
  "homepage": "https://github.com/bushong1/split-ca",
  "devDependencies": {
    "chai": "^1.10.0",
    "mocha": "^2.1.0"
  }

,"_resolved": "https://registry.npmjs.org/split-ca/-/split-ca-1.0.1.tgz"
,"_integrity": "sha512-Q5thBSxp5t8WPTTJQS59LrGqOZqOsrhDGDVm8azCqIBjSBd7nd9o2PM+mDulQQkh8h//4U6hFZnc/mul8t5pWQ=="
,"_from": "split-ca@1.0.1"
}