Generate OpenSSL Keys and Certificate for Use with Kubernetes
We’ll create user called “dave” to use within a Kubernetes cluster, I’m using Minikube in this case. Create Private Key Create the private key: Create and Sign the CSR Now create the Certificate Signing Request (CSR): Now on this the subject is important. Here you are defining their username (CN), “dave” in this case, and … Read more