You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
CFSSL is CloudFlare's PKI/TLS swiss army knife. It is both a command line
10
10
tool and an HTTP API server for signing, verifying, and bundling TLS
11
-
certificates. It requires Go 1.11+ to build.
11
+
certificates. It requires Go 1.12+ to build.
12
12
13
13
Note that certain linux distributions have certain algorithms removed
14
14
(RHEL-based distributions in particular), so the golang from the
@@ -30,7 +30,7 @@ CFSSL consists of:
30
30
### Building
31
31
32
32
Building cfssl requires a
33
-
[working Go 1.11+ installation](http://golang.org/doc/install) and a
33
+
[working Go 1.12+ installation](http://golang.org/doc/install) and a
34
34
properly set `GOPATH`.
35
35
36
36
```
@@ -62,7 +62,7 @@ You can set the `GOOS` and `GOARCH` environment variables to have Go cross compi
62
62
### Installation
63
63
64
64
Installation requires a
65
-
[working Go 1.11+ installation](http://golang.org/doc/install) and a
65
+
[working Go 1.12+ installation](http://golang.org/doc/install) and a
0 commit comments