Skip to content

Instantly share code, notes, and snippets.

@innovia
Created September 10, 2018 08:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save innovia/157810e893d3a4e00859acd4ece0bc17 to your computer and use it in GitHub Desktop.
Save innovia/157810e893d3a4e00859acd4ece0bc17 to your computer and use it in GitHub Desktop.
cfssl-toolkit-installation-mac
curl https://pkg.cfssl.org/R1.2/cfssl_darwin-amd64 -o /usr/local/bin/cfssl
curl https://pkg.cfssl.org/R1.2/cfssljson_darwin-amd64 -o /usr/local/bin/cfssljson
chmod +x /usr/local/bin/cfssl /usr/local/bin/cfssljson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment