Created
April 26, 2021 02:05
-
-
Save bfgits/e0640827ea4a418d878f7dece7a04ab6 to your computer and use it in GitHub Desktop.
install cfssl cfssljson
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
curl -L https://github.com/cloudflare/cfssl/releases/download/v1.5.0/cfssl_1.5.0_linux_amd64 -o cfssl | |
chmod +x cfssl | |
curl -L https://github.com/cloudflare/cfssl/releases/download/v1.5.0/cfssljson_1.5.0_linux_amd64 -o cfssljson | |
chmod +x cfssljson | |
curl -L https://github.com/cloudflare/cfssl/releases/download/v1.5.0/cfssl-certinfo_1.5.0_linux_amd64 -o cfssl-certinfo | |
chmod +x cfssl-certinfo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment