- Home
- All questions
- Question 408
CKA study material · question 408 of 1000
An x509 error says the certificate is signed by an unknown authority. Where should you look?
Show the answer
Answer: C. At the certificate inside the kubeconfig file
The kubeconfig's certificate is verified first; its base64 content can be decoded and read with openssl.
Source: Troubleshooting kubeadm (Kubernetes) — Unable to connect to the server