Certificate renewal

With cert manager using let's encrypt as it's CA does certificate and private key changes for every renewal in the kubernetes cluster?

If I understand your question, other ACME clients that use Let's Encrypt (like certbot) allow you to create new private keys each time or reuse an existing.

In other words, it is up to the client to manage that. You might have more luck asking about this on the Kubernetes github where people are more familiar with config options for cert-manager.

5 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.