timogoosen.github.io

Github pages blog

View My GitHub Profile

Kubernetes SSL Secrets

Create Kubernetes SSL Secrets:


	
kubectl create secret tls test.hairlab.co.za --key="/tmp/test.hairlab.co.za.key" --cert="/tmp/test.hairlab.co.za.cert"