Skip to content

Zero-configuration file command line HTTP/HTTPS file server

License

Notifications You must be signed in to change notification settings

drichardson/https

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

https

Simple HTTP/HTTPS file server written in Go. All configuration options passed on the command line.

To install, set your GOPATH and then run:

go get github.com/drichardson/https

You can then run https with:

$GOPATH/bin/https

To create a TLS certificate and private key, run:

openssl req -new -newkey rsa:2048 -days 365 -nodes -x509 -keyout key.pem -out cert.pem

About

Zero-configuration file command line HTTP/HTTPS file server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages