From e57e8b1b70271d926473e28f7e2469229853aa2a Mon Sep 17 00:00:00 2001 From: Michael C Date: Mon, 26 Mar 2018 10:06:07 +0200 Subject: [PATCH] Update 02-client-tools.md High Sierra 10.13.3 installing manually with curl and trying to use `cfssl`/`cfssljson` results in `Fatal Error: MSpanList_Insert` --- docs/02-client-tools.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/docs/02-client-tools.md b/docs/02-client-tools.md index e6b728d..53205dd 100644 --- a/docs/02-client-tools.md +++ b/docs/02-client-tools.md @@ -11,18 +11,7 @@ Download and install `cfssl` and `cfssljson` from the [cfssl repository](https:/ ### OS X -``` -curl -o cfssl https://pkg.cfssl.org/R1.2/cfssl_darwin-amd64 -curl -o cfssljson https://pkg.cfssl.org/R1.2/cfssljson_darwin-amd64 -``` - -``` -chmod +x cfssl cfssljson -``` - -``` -sudo mv cfssl cfssljson /usr/local/bin/ -``` +`brew install cfssl` ### Linux