Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wwj718/simple_https
simple https server
https://github.com/wwj718/simple_https
Last synced: 11 days ago
JSON representation
simple https server
- Host: GitHub
- URL: https://github.com/wwj718/simple_https
- Owner: wwj718
- License: other
- Created: 2019-09-25T07:05:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:58:57.000Z (almost 2 years ago)
- Last Synced: 2024-04-29T13:20:29.973Z (7 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
============
simple_https
============.. image:: https://img.shields.io/pypi/v/simple_https.svg
:target: https://pypi.python.org/pypi/simple_https.. image:: https://img.shields.io/travis/wwj718/simple_https.svg
:target: https://travis-ci.org/wwj718/simple_https.. image:: https://readthedocs.org/projects/simple-https/badge/?version=latest
:target: https://simple-https.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Statussimple https server.
Just like 'python3 -m http.server', but https.
* Free software: GNU General Public License v3
* Documentation: https://simple-https.readthedocs.io.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.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage