wwj718 / simple_https

simple https server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple_https

Documentation Status

simple https server.

Just like 'python3 -m http.server', but https.

Install

pip install simple_https

Usage

work with mkcert: https://github.com/FiloSottile/mkcert

mkcert -install

mkcert example.com "*.example.com" example.test localhost 127.0.0.1 ::1

simple-https -k ~/example.com+5-key.pem -c ~/example.com+5.pem

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

simple https server

License:Other


Languages

Language:Python 62.1%Language:Makefile 37.9%