Skip to content

Instantly share code, notes, and snippets.

@nilesh93
Created August 7, 2019 17:58
Show Gist options
  • Select an option

  • Save nilesh93/5d7153add95445e3ba7e21758d4fcd6e to your computer and use it in GitHub Desktop.

Select an option

Save nilesh93/5d7153add95445e3ba7e21758d4fcd6e to your computer and use it in GitHub Desktop.
#!/bin/bash
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