Skip to content

Instantly share code, notes, and snippets.

View peterska's full-sized avatar

Peter Skarpetis peterska

  • Sydney Australia
View GitHub Profile
@peterska
peterska / README.md
Created August 24, 2021 07:26 — forked from detiber/README.md
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/...