mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-08 02:15:27 +00:00
Vendor cfssl and cfssljson
This commit is contained in:
13
vendor/github.com/cloudflare/cfssl/cli/serve/README.md
generated
vendored
Normal file
13
vendor/github.com/cloudflare/cfssl/cli/serve/README.md
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
## 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
|
||||
```
|
||||
Reference in New Issue
Block a user