-
Hi, I've somehow stumbled into a situation where I'm unable to securely connect to my nodes and endpoints as the certificates are valid for e.g talos-tak-sg7 but not talos-tak-sg7.lan, which is what my local DNS has configured for that node. Adding talos-tak-sg7 to my hosts allows me to work with it but I'd much prefer relying on my DNS. How should I go about repairing my nodes to have the correct certSANs? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
If the hostname the node sees itself is different from what you see it, you need to use |
Beta Was this translation helpful? Give feedback.
If the hostname the node sees itself is different from what you see it, you need to use
.machine.certSANs
to append that special hostname. But a proper way is of course to keep the hostname (as seen externally) to the hostname the machine sees, then there will be no issue whatsoever.