File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99CFSSL is CloudFlare's PKI/TLS swiss army knife. It is both a command line
1010tool and an HTTP API server for signing, verifying, and bundling TLS
11- certificates. It requires Go 1.12 + to build.
11+ certificates. It requires Go 1.16 + to build.
1212
1313Note that certain linux distributions have certain algorithms removed
1414(RHEL-based distributions in particular), so the golang from the
@@ -30,7 +30,7 @@ CFSSL consists of:
3030### Building
3131
3232Building cfssl requires a
33- [ working Go 1.12 + installation] ( http://golang.org/doc/install ) .
33+ [ working Go 1.16 + installation] ( http://golang.org/doc/install ) .
3434
3535```
3636$ git clone git@github.com:cloudflare/cfssl.git
@@ -60,7 +60,7 @@ You can set the `GOOS` and `GOARCH` environment variables to have Go cross compi
6060
6161### Installation
6262
63- Installation requires a [ working Go 1.14 + installation] ( http://golang.org/doc/install ) .
63+ Installation requires a [ working Go 1.16 + installation] ( http://golang.org/doc/install ) .
6464Alternatively, [ prebuilt binaries are available] ( https://github.com/cloudflare/cfssl/releases )
6565
6666```
You can’t perform that action at this time.
0 commit comments