Hi, I use lets encrypt for generating certificates in k8s, I also want to generate the certificate in other places(CDN), will the old certificate expire if I generate a new certificate for the same domain?
1 Like
No, you can have multiple active certificate. You can, if you really need to, revoke a certificate, but generally there is no need to do that unless the private key has been exposed.
5 Likes
Thanks a lot. I just don't want to sync the certificates from k8s.
2 Likes
There are clients and systems that can do this in the cloud for you. I think the caddy server can save to S3. that would let you sync multiple k8s and cdns to the same cert.
3 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.