8000 GitHub - wwj718/simple_https: simple https server
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wwj718/simple_https

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0