Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 11, 2020 05:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/21736c5db8394cf4a7e912370c8ad65d to your computer and use it in GitHub Desktop.
Save velotiotech/21736c5db8394cf4a7e912370c8ad65d to your computer and use it in GitHub Desktop.
$ curl -o /usr/local/bin/cfssl https://pkg.cfssl.org/R1.2/cfssl_linux-amd64
$ curl -o /usr/local/bin/cfssljson https://pkg.cfssl.org/R1.2/cfssljson_linux-amd64
$ chmod +x /usr/local/bin/cfssl*
$ export PATH=$PATH:/usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment