Best way to accept custom certificate authority #10452
Answered
by
suse-coder
suse-coder
asked this question in
Q&A
-
I have a talos cluster and we have our won certificate authority. What is the best and easiest way to have the pods automatically accept the custom CA (is that even possible). |
Beta Was this translation helpful? Give feedback.
Answered by
suse-coder
Mar 4, 2025
Replies: 1 comment 1 reply
-
You own your pods, so you can put there any CA certificates you want to trust. Talos on the host maintains its own trusted CA list, see docs, but by default it doesn't affect pods (unless it's mounted into the pod). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I guess i will move with cert-manager -> Trust Manager to have it in all namespaces then