srv Serve files over HTTPS. Installation go get github.com/hoffa/srv Example mkdir www echo "<h1>Hi!</h1>" > www/index.html srv -n mydomain.com -d www -c certs