# 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. ## Install ```shell npm install --save create-cert ``` ## License MIT © Luke Childs