Sebastien Blot 9ca1d0a10e use go:embed il y a 2 ans
..
static a22fd94ab9 Fix spelling il y a 4 ans
README.md ee73190698 Migrate to Go modules il y a 5 ans
serve.go 9ca1d0a10e use go:embed il y a 2 ans
serve_test.go 9ca1d0a10e use go:embed il y a 2 ans

README.md

Compiling and serving static files using esc

go install github.com/mjibson/esc

# Compile changes to static files 
esc -pkg serve -prefix cli/serve/static cli/serve/static > cli/serve/static.go

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