clean up docs
parent
9a9988fa35
commit
0ecdf4fa3d
|
@ -22,10 +22,12 @@ kubernetes.pem
|
||||||
|
|
||||||
## Install CFSSL
|
## Install CFSSL
|
||||||
|
|
||||||
Follow the [CFSSL installation guide](https://github.com/cloudflare/cfssl#installation) and install `cfssl` and `cfssljson` binaries.
|
This lab requires the `cfssl` and `cfssljson` binaries. Download them from the [cfssl repository](https://pkg.cfssl.org).
|
||||||
|
|
||||||
### OS X
|
### OS X
|
||||||
|
|
||||||
|
Download
|
||||||
|
|
||||||
```
|
```
|
||||||
wget https://pkg.cfssl.org/R1.2/cfssl_darwin-amd64
|
wget https://pkg.cfssl.org/R1.2/cfssl_darwin-amd64
|
||||||
chmod +x cfssl_darwin-amd64
|
chmod +x cfssl_darwin-amd64
|
||||||
|
|
Loading…
Reference in New Issue