Skip to content
Discussion options

You must be logged in to vote

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 the force-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.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@bahaeddinoz
Comment options

@bahaeddinoz
Comment options

Answer selected by bahaeddinoz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants