Skip to content

Instantly share code, notes, and snippets.

View colossus06's full-sized avatar
🐳

Gulcan Topcu colossus06

🐳
View GitHub Profile
@guoyoujin
guoyoujin / install cfssl
Last active March 26, 2024 16:52
linux install cfssl
source:
https://pkg.cfssl.org/
install:
$ curl -s -L -o /bin/cfssl https://pkg.cfssl.org/R1.2/cfssl_linux-amd64
$ curl -s -L -o /bin/cfssljson https://pkg.cfssl.org/R1.2/cfssljson_linux-amd64
$ curl -s -L -o /bin/cfssl-certinfo https://pkg.cfssl.org/R1.2/cfssl-certinfo_linux-amd64
$ chmod +x /bin/cfssl*