adamant-kite-43734
11/28/2023, 9:06 AMsilly-jelly-27487
11/28/2023, 9:16 AMopenssl s_client -showcerts -connect rancher.cattle-system.svc.cluster.local:443
from inside another podpolite-holiday-60835
11/29/2023, 1:42 PM/var/lib/rancher/rke2/server/tls/server-ca.crt
. If you used kubeadm, it'd be in /etc/kubernetes/pki/ca.crt
. That's all assuming you used defaults and allowed them to generate self-signed CAs, but you always have the option to provide your own CA to the installer. You can also get it by base64 decoding the value associated with certificate-authority-data
in your kubeconfig entry for the cluster, since it's also the CA that issues the certificate for the API server.