From f8e394ff0c24a1526e3e16373127d57a16f15690 Mon Sep 17 00:00:00 2001 From: Arunvel Sriram Date: Fri, 20 Oct 2017 20:59:39 +0530 Subject: [PATCH] Install cfssl, cfssljson using brew --- docs/02-client-tools.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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