About TLS connection with SCRAM authentication #8831
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
So, you used the |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
So, you used the |
Beta Was this translation helpful? Give feedback.
So, you used the
strimzi.io/force-renew
annotation? That renews the certificate. But keeps the old private key. So the old certificates signed with the same private key will keep working until they expire. If you want the old certificates to stop working, you can use theforce-replace
annotation. That is a bit more complicated as it has to roll the components at least twice. But it generates a new private key as well, so once the replacement if complete, the old certificates should not work anymore.