Skip to content

can etcd trust two certificate authorities #16026

Closed Answered by jmhbnz
ssengar asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @ssengar - Thanks for raising this question. The normal way I would think about tackling this would be to provide a certificate bundle that includes the root certificates of all the required trusted CAs.

The general steps to do that would be something like:

  1. Obtain the root certificate files for all the CAs you want to trust.
  2. Concatenate all the root certificate files into a single bundle file.
  3. Configure etcd to use the certificate bundle file. This involves specifying the file path in the etcd configuration file or providing it as a command-line argument when starting etcd.

Have you tried an approach like this?

Note: There is an active issue around the refreshing of ca bundles for n…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jmhbnz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #15914 on June 07, 2023 01:23.