Skip to content

Simple Go HTTPS webserver that supports reloads TLS certificates on SIGHUP

License

Notifications You must be signed in to change notification settings

willchan/pandaweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pandaweb

Simple Go HTTPS webserver that supports reloading TLS certificates:

  • Serves static content from a webroot directory
  • Reloads TLS certificates on SIGHUP

TODO

  • Switch from flags to a config file
  • Add some response headers (e.g. HSTS)
  • Support FileServer config via config file, mostly so I can have Let's Encrypt do its webroot auth in a different directory
  • Support response compression

About

Simple Go HTTPS webserver that supports reloads TLS certificates on SIGHUP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages