How to set identity.issuer.crtExpiry if cert-manager rotates the issuer cert? #6738
Unanswered
sysarch-repo
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Assuming you're using Helm, the way to flag the templates that you'd like an external method to generate your issuer cert is to use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Cert-Manager can be used to rotate the certificate of the issuer - see https://linkerd.io/2.10/tasks/automatically-rotating-control-plane-tls-credentials/
At the same time, identity.issuer.crtExpiry must be provided during linkerd install and the value must match the expiry date of the issuer cert.
How does this align? The expectation would be making the identity.issuer.crtExpiry parameter optional. Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions