mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(ansible): save outcomes of working with certificates, improve readability
This commit is contained in:
@@ -9,6 +9,7 @@ python -m 'http.server'
|
||||
python -m 'http.server' '8080' --bind 'localhost' --directory '/files/to/serve' --protocol 'HTTP/1.1' --cgi
|
||||
|
||||
# Quick 'n' dirty web server
|
||||
# pip install --user 'twisted' 'pyopenssl'
|
||||
# https://twisted.org/
|
||||
# pip install --user 'twisted[tls]'
|
||||
twistd -no web
|
||||
twistd -no web --path '/files/to/serve' --https '8443' --certificate 'server.pem' --privkey 'server.pem'
|
||||
|
||||
Reference in New Issue
Block a user