Replies: 1 comment
-
The values from the configuration apply both to the CAs as well as for the certificates signed by them. The renewal of the user certificates happens automatically and does not necessarily disrupt the existing clients -> the old certificates will keep working as long as the CA is still the same and neither the CA nor the user certificate is expired. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @scholzj ,
We know we can enable validity of the kafka clusterca and clientcs like this way, and this is working fine for us.
But our problem is, we have a lot of customers and consider each customer as each Kafka-user. Also, each kafka-user need to communicate to Kafka cluster. So that we using the following commands to make the trustore and keystore files, because we are using MTLS.
clusterca and clientca will renew automatically based on our values provided in the kafka cluster.
But our question is:
1.1. If auto renewal is not able to enable, how can we renew this kafkauser certs.?
1.2. Can we prevent the renewal of the kafka-user certs anyways?
Beta Was this translation helpful? Give feedback.
All reactions