You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cat of each cert created and saving it on my machine to distribute them
This feels super weird to do and I extensively read the documentation but haven't found any better way. This isn't in the documentation aswell and I came up with this after many attempts.
The text was updated successfully, but these errors were encountered:
The issue I'm having is generating new db users and creating the relative certificates and then distributing them. with self hosted cockroachdb
A CR to handle users and authentication kind: CrdbUser (?)
Better explanation with the current tools on how to handle the creation and then the distribution of certificates at large scale.
At the moment the things I do to generate a certificate with the cockroachdb self signed ca are:
create a crdb-client-secure pod with the following piece added:
ca.crt is taken from the cockroachdb-root secret
This feels super weird to do and I extensively read the documentation but haven't found any better way. This isn't in the documentation aswell and I came up with this after many attempts.
The text was updated successfully, but these errors were encountered: