Skip to content

Like python's simpleHTTPServer server, but for HTTPS with automatic cert generation

Notifications You must be signed in to change notification settings

thomasdesr/simpleHTTPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simpleHTTPS

Like python -m simpleHTTPServer, but with HTTPS and HTTP 2.0 (SPDY) :D

  simpleHTTPS [OPTIONS] [PATH]

Application Options:
  -v, --verbose    Show verbose debug information
      --hostname=  Hostname to use for the cert
  -i, --interface= Interface (as IP) to bind to (0.0.0.0)
  -p, --port=      Port to bind to (8443)

Help Options:
  -h, --help       Show this help message

Arguments:
  PATH:            Path to directory you want to serve```

About

Like python's simpleHTTPServer server, but for HTTPS with automatic cert generation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published