Skip to content

Instantly share code, notes, and snippets.

View wallrj's full-sized avatar
🎹

Richard Wall wallrj

🎹
  • Bristol, England
  • 19:19 (UTC +01:00)
View GitHub Profile
@detiber
detiber / README.md
Last active June 27, 2024 01:17
Using CFSSL as an external CA for kubeadm

CFSSL as an external CA for non-ha kubeadm intialized clusters

Using cfssl to Create an External CA Infrastructure

Install cfssl

# This requires an existing Go environment with GOPATH set
go get -u github.com/cloudflare/cfssl/cmd/...