2

I am using Minikube/Kubernetes and want to add a new user. Therefore I need to sign the certificate request for a this new user. Where is the root certificate of Minikube located?

Simon_Prewo_Frankfurt
  • 1,209
  • 2
  • 11
  • 18
  • Hi, check it out the answers of the this question https://stackoverflow.com/questions/42646109/how-i-can-add-root-ca-to-minikube?rq=1 – Suresh Vishnoi Mar 27 '19 at 13:57

1 Answers1

8

You can find your Minikube CA certificate(s) in your ~/.minikube directory.

Frank Yucheng Gu
  • 1,807
  • 7
  • 21