Skip to content

Instantly share code, notes, and snippets.

View SeyedEhsanHosseini's full-sized avatar
♾️

Seyed Ehsan Hosseini SeyedEhsanHosseini

♾️
  • Roshan AI
View GitHub Profile
@guoyoujin
guoyoujin / install cfssl
Last active July 1, 2024 20:32
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*