Created
June 11, 2020 05:35
-
-
Save velotiotech/21736c5db8394cf4a7e912370c8ad65d to your computer and use it in GitHub Desktop.
This file contains 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
$ 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