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.
- Host: GitHub
- URL: https://github.com/coreybutler/sslgen
- Owner: coreybutler
- License: mit
- Created: 2016-08-11T22:46:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T15:28:44.000Z (over 6 years ago)
- Last Synced: 2025-02-02T07:03:07.380Z (3 months ago)
- Language: JavaScript
- Size: 87.9 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
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.