sagorl / quick-ssl-certificates

Self-signed certificates generator for development, simple server included.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quick-ssl-certificates

Self-signed certificates for development purposes, simple server included.

The script asks no questions, just creates certificates for localhost, all configurations (including passphrases) are in defaults.cfg and in get-certs.sh

Instructions

generating certificates

$ cd quick-ssl-certificates/
$ chmod +x ./get-certs.sh
$ ./get-certs.sh

checking if it works

Node.js must be installed.

$ node quick_server.js

or

$ python3 quick_server.py

After myCA.pem is imported in a browser as Certificate Authority, the https://localhost:8443 will be available through https.

About

Self-signed certificates generator for development, simple server included.


Languages

Language:Shell 64.5%Language:Python 22.2%Language:JavaScript 13.3%