Replies: 1 comment
-
In general, right when the 30 days renewal period starts (in the first reconciliation which will be less than 30 days before the expiration) unless:
The renewal normally just does a new public certificate but does not regenerate the key. As far as I understood it, this means the client should keep working.
I'm not sure I follow this question ... this command should normally show the broker certificates. This should be renewed as part of the renewal. So my answer is you do not need to worry, but I'm not sure I got the question right.
TBH, I'm not sure there is anything more than what is in the documentation: Can you point me to a blog/documentation which would have clear steps for the procedure to be followed once a Kafka Cluster certificate gets renewed after 1 year? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Following are the details of our current Setup and how we are using Strimzi Kafka in our production
kubectl get secret kafka-cluster-cluster-ca-cert -o jsonpath='{.data.ca\.crt}' -n kafka| base64 --decode > ca.crt
Now the facts which I know(please correct me if I am wrong) are as follows:
So following are the Questions which I have :
openssl s_client -connect kafka-qa-bootstrap.kinfra-internal.example.com:443 -servername kafka-qa-bootstrap.kinfra-internal.example.com
(Asking this question just to confirm that renewal of Kafka broker certificate itself should be enough right?)@scholzj
Beta Was this translation helpful? Give feedback.
All reactions