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?
Asked
Active
Viewed 1,779 times
2
-
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 Answers
8
You can find your Minikube CA certificate(s) in your ~/.minikube
directory.

Frank Yucheng Gu
- 1,807
- 7
- 21