Created
August 7, 2019 17:58
-
-
Save nilesh93/5d7153add95445e3ba7e21758d4fcd6e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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