title: “Create a client Certificate”
date: 2016-10-11T19:37:42
slug: create-a-client-certificate
Extract the Certs from the kube config (base64 -d)
openssl pkcs12 -export -clcerts -inkey client.key -in client.crt -out kubecfg.p12 -name "kubernetes-client"