1.0.5 • Published 7 years ago

cert-tool v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Cert-Tool

A tool to generate SSL/TLS slef signed certificates

Install

npm install -g cert-tool

Usage

# create root ca certificate
cert-tool create-root-cert <YOUR_CA_NAME>

# create certificate for domain
cert-tool create-root-cert fileName <YOUR_CA_NAME>

# multiple host name in one certificate
cert-tool create-root-cert fileName <YOUR_CA_NAME> www.example.com,example.com,192.168.237.90

Node.js API

createRootCert(caName)

createCert(fileName, caName, subDomains)

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago