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

https://github.com/coreybutler/sslgen

Quickly generate self-signed SSL certificates for testing.
https://github.com/coreybutler/sslgen

Last synced: 2 months ago
JSON representation

Quickly generate self-signed SSL certificates for testing.

Awesome Lists containing this project

README

        

# sslgen

Quickly generate self-signed SSL certificates for testing. Requires
Node.js 6.x.x.

```js
npm install -g sslgen
```

Run by typing `sslgen`. This triggers a wizard. The _most complex_
process is shown below:

![sslgen](https://github.com/coreybutler/sslgen/blob/master/screenshot.png?raw=true "sslgen in action")

For super-fast certificates, just hit `enter` through the first
three questions and you'll have a ready-to-use self-signed certificate & public key.