Simon Sawert 6ab4345221 Add support to lookup certificate by s/n and authkey %!s(int64=5) %!d(string=hai) anos
..
static 205748062e fix(serve): provide SRI for external assets %!s(int64=8) %!d(string=hai) anos
README.md 1a268f7484 Remove -uselocal and add -nostatic to disable static hosting %!s(int64=9) %!d(string=hai) anos
serve.go 6ab4345221 Add support to lookup certificate by s/n and authkey %!s(int64=5) %!d(string=hai) anos
serve_test.go 9ea4134efa cli/crl: Add Unit Tests %!s(int64=8) %!d(string=hai) anos

README.md

Compiling and serving static files using esc

go install github.com/mjibson/esc

# Compile changes to static files 
cd $GOPATH/src/github.com/cloudflare/cfssl
esc -pkg serve -prefix cli/serve/static cli/serve/static > cli/serve/static.go

# Build and run CFSSL
go build ./cmd/cfssl/...
./cfssl serve