diff --git a/docs/02-client-tools.md b/docs/02-client-tools.md index 738b879..311cdd8 100644 --- a/docs/02-client-tools.md +++ b/docs/02-client-tools.md @@ -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