mbme / serv

static file server with SSL support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

static file server with SSL support

License:GNU General Public License v3.0


Languages

Language:Go 97.5%Language:Makefile 2.5%