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

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