1.0.5 • Published 8 years ago

cert-tool v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago