/serv

static file server with SSL support

Primary LanguageGoGNU General Public License v3.0GPL-3.0

serv

static file server with SSL support

DEPENDENCIES

  • go 1.5+
  • gb as go build tool

Optional:

  • openssl to generate new certificates
  • go-bindata to embed new certificates into app

BUILD

Run make build to compile app.

To generate new certificates run make gen-certs build.

USE

run serv -h to see help.

TODO

  • avoid using openssl, use internal crypto/tls package to generate keys