Migrating from strimzi certificates to our own certificates #7785
-
Hi, We want to replace strimzi certificates by my own certificates in production cluster, where we have clients running. From the documentation I can see that there should not be any cluster deployed before creating our own certificates. Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@ppatierno was working on that. Maybe he can provide some help. |
Beta Was this translation helpful? Give feedback.
-
I think that the documentation section you are looking for is the following: One thing to take into account is that the above documentation is referring to the following use case: you have a Kafka cluster with your own custom CA cert and key and you want to renew both CA cert and key. Your use case is different, because you are starting with Strimzi operator CA cert and key and you want to use custom CA cert and key. Even if use case sounds different, the steps are the same. Just take into account that the doc should say "replace" instead of "renew". |
Beta Was this translation helpful? Give feedback.
I think that the documentation section you are looking for is the following:
https://strimzi.io/docs/operators/latest/full/configuring.html#proc-replacing-your-own-private-keys-str
One thing to take into account is that the above documentation is referring to the following use case: you have a Kafka cluster with your own custom CA cert and key and you want to renew both CA cert and key.
Your use case is different, because you are starting with Strimzi operator CA cert and key and you want to use custom CA cert and key.
Even if use case sounds different, the steps are the same. Just take into account that the doc should say "replace" instead of "renew".
We see this as a problem in the doc …