@@ -60,11 +60,11 @@ You can set the `GOOS` and `GOARCH` environment variables to have Go cross compi
60
60
61
61
### Installation
62
62
63
- Installation requires a
64
- [ working Go 1.12+ installation ] ( http ://golang.org/doc/install ) .
63
+ Installation requires a [ working Go 1.14+ installation ] ( http://golang.org/doc/install ) .
64
+ Alternatively, [ prebuilt binaries are available ] ( https ://github.com/cloudflare/cfssl/releases )
65
65
66
66
```
67
- $ go get -u github.com/cloudflare/cfssl/cmd/cfssl
67
+ $ go get github.com/cloudflare/cfssl/cmd/cfssl
68
68
```
69
69
70
70
will download, build, and install the CFSSL tool.
@@ -73,15 +73,15 @@ To install any of the other utility programs that are
73
73
in this repo (for instance ` cfssljson ` in this case):
74
74
75
75
```
76
- $ go get -u github.com/cloudflare/cfssl/cmd/cfssljson
76
+ $ go get github.com/cloudflare/cfssl/cmd/cfssljson
77
77
```
78
78
79
79
This will download, build, and install the CFSSLJSON tool.
80
80
81
81
And to simply install __ all__ of the programs in this repo:
82
82
83
83
```
84
- $ go get -u github.com/cloudflare/cfssl/cmd/...
84
+ $ go get github.com/cloudflare/cfssl/cmd/...
85
85
```
86
86
87
87
This will download, build, and install all of the utility programs
@@ -353,7 +353,7 @@ for configuring and running the CA.
353
353
verifying certificates. It can be installed with
354
354
355
355
```
356
- go get -u github.com/cloudflare/cfssl/cmd/mkbundle
356
+ go get github.com/cloudflare/cfssl/cmd/mkbundle
357
357
```
358
358
359
359
It takes a collection of certificates, checks for CRL revocation (OCSP
0 commit comments