An open API service indexing awesome lists of open source software.

https://github.com/zdying/cert-tool

A tool to generate SSL/TLS certificates
https://github.com/zdying/cert-tool

Last synced: about 1 year ago
JSON representation

A tool to generate SSL/TLS certificates

Awesome Lists containing this project

README

          

# Cert-Tool

A tool to generate SSL/TLS slef signed certificates

# Install

```bash
npm install -g cert-tool
```

# Usage

```bash
# create root ca certificate
cert-tool create-root-cert

# create certificate for domain
cert-tool create-root-cert fileName

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

# Node.js API

### createRootCert(caName)

### createCert(fileName, caName, subDomains)