captn3m0 / find-root-ca-cert

Node package to find the OS-installed root CA certificates. This uses the same location list as golang

Home Page:https://www.npmjs.com/package/find-root-ca-cert

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

find-root-ca-cert

Node package to find the OS-installed root CA certificates. This uses the same location list as go. Based upon this this answer on ServerFault.

Installation

npm install --save find-root-ca-cert

Usage

const certFinder = require("find-root-ca-cert");
certFinder.findCAPath();
// /etc/ssl/certs/ca-certificates.crt
certFinder.findCABundle();
// /etc/ssl/certs/ca-certificates.crt

Supported Platforms

'aix', 'freebsd', 'linux', 'openbsd', 'sunos'

Unsupported Platforms

'ios', 'darwin', 'win32'

License

Licensed under the MIT License. See LICENSE file for details.

About

Node package to find the OS-installed root CA certificates. This uses the same location list as golang

https://www.npmjs.com/package/find-root-ca-cert

License:MIT License


Languages

Language:JavaScript 100.0%