Install cfssl, cfssljson using brew

pull/243/head
Arunvel Sriram 2017-10-20 20:59:39 +05:30
parent e8d728d016
commit f8e394ff0c
1 changed files with 10 additions and 2 deletions

View File

@ -7,10 +7,18 @@ In this lab you will install the command line utilities required to complete thi
The `cfssl` and `cfssljson` command line utilities will be used to provision a [PKI Infrastructure](https://en.wikipedia.org/wiki/Public_key_infrastructure) and generate TLS certificates.
Download and install `cfssl` and `cfssljson` from the [cfssl repository](https://pkg.cfssl.org):
### OS X
#### Using Homebrew:
```
brew install cfssl
```
**[ OR ]**
#### From the [cfssl repository](https://pkg.cfssl.org):
```
curl -o cfssl https://pkg.cfssl.org/R1.2/cfssl_darwin-amd64
curl -o cfssljson https://pkg.cfssl.org/R1.2/cfssljson_darwin-amd64