Replies: 2 comments 2 replies
-
The server cert is missing the SAN. It needs a SAN for the host name or IP the client is connecting to it at. The client cert doesn't usually need any particular attributes, generally it just needs to be issued by a CA trusted by the server. |
Beta Was this translation helpful? Give feedback.
2 replies
-
So, i have now changed the CA and all the server and client certs. I've checked the server certificate with
But it still reports, that the IP isn't within the SAN. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone,
i'm actually getting my first steps with Kubernetes (K3S) at all and wanted to setup a 3 Server/3 Worker Agents/3 Storage Agents Cluster with MySQL as Datastore (instead of etcd) and Longhorn for Storage which will take SSD Volumes of the 3 Storage Agents for Storage.
When trying to install with the following command:
I'm getting the following error:
I know of the known issue:
#1093
So i created my client certificate with these commands:
while the config file looks like:
I've checked the certificate with:
which results in:
So the IP is definitely in the SAN.
Can someone give me a hint what i'm doing wrong or if anything is missing?
My sources are:
https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/kubernetes-cluster-setup/k3s-for-rancher
https://longhorn.io/docs/1.7.2/deploy/install/install-with-helm/
https://ellie.wtf/notes/hetzner-k3s
Beta Was this translation helpful? Give feedback.
All reactions