package
0.0.0-20191102213046-bef4a90089c3
Repository: https://github.com/rednixon/cfssl.git
Documentation: pkg.go.dev
# README
Compiling and serving static files using esc
go install github.com/mjibson/esc
# Compile changes to static files
cd $GOPATH/src/github.com/redNixon/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