forked from cloudflare/cfssl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
CFSSL is CloudFlare's PKI/TLS swiss army knife. It is both a command line | ||
tool and an HTTP API server for signing, verifying, and bundling TLS | ||
certificates. It requires Go 1.12+ to build. | ||
certificates. It requires Go 1.16+ to build. | ||
|
||
Note that certain linux distributions have certain algorithms removed | ||
(RHEL-based distributions in particular), so the golang from the | ||
|
@@ -30,7 +30,7 @@ CFSSL consists of: | |
### Building | ||
|
||
Building cfssl requires a | ||
[working Go 1.12+ installation](http://golang.org/doc/install). | ||
[working Go 1.16+ installation](http://golang.org/doc/install). | ||
|
||
``` | ||
$ git clone [email protected]:cloudflare/cfssl.git | ||
|
@@ -60,7 +60,7 @@ You can set the `GOOS` and `GOARCH` environment variables to have Go cross compi | |
|
||
### Installation | ||
|
||
Installation requires a [working Go 1.14+ installation](http://golang.org/doc/install). | ||
Installation requires a [working Go 1.16+ installation](http://golang.org/doc/install). | ||
Alternatively, [prebuilt binaries are available](https://github.com/cloudflare/cfssl/releases) | ||
|
||
``` | ||
|