/srv

Serve files over HTTPS

Primary LanguageGoThe UnlicenseUnlicense

srv

Go Report Card .github/workflows/release.yml

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