You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
675 B

7 years ago
# create-cert
> Super simple self signed certificates
[![Build Status](https://travis-ci.org/lukechilds/create-cert.svg?branch=master)](https://travis-ci.org/lukechilds/create-cert)
[![Coverage Status](https://coveralls.io/repos/github/lukechilds/create-cert/badge.svg?branch=master)](https://coveralls.io/github/lukechilds/create-cert?branch=master)
[![npm](https://img.shields.io/npm/v/create-cert.svg)](https://www.npmjs.com/package/create-cert)
`create-cert` generates a self signed certificate with sensible defaults along with an associated CA certificate to validate against.
7 years ago
## Install
```shell
npm install --save create-cert
7 years ago
```
## License
MIT © Luke Childs