The requirements to build CFSSL
are:
bash
shellTo build, run:
$ script/build-docker
This is will build by default all the cfssl command line utilities for darwin (OSX), linux, and windows for i386 and amd64 and output the binaries in the current path.
To build a specific platform and OS, run:
$ script/build-docker -os="darwin" -arch="amd64"
Note: for cross-compilation compatibility, the Docker build process will build programs without PKCS #11.
The requirements to build without Docker are:
GO15VENDOREXPERIMENT=1
.Run:
$ go install github.com/cloudflare/cfssl/cmd/...