Skip to content

Instantly share code, notes, and snippets.

View twskipper's full-sized avatar
🎯
Focusing

twskipper twskipper

🎯
Focusing
View GitHub Profile
@twskipper
twskipper / README.md
Created August 7, 2018 15:08 — 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/...