Skip to content
Latchkey

What Is a cert-manager Issuer?

A cert-manager issuer is a configuration object describing a source of certificates, such as an ACME provider, a private CA, or a self-signed signer, and the credentials needed to use it. Certificate requests reference an issuer, and cert-manager uses it to fetch, sign, and store the resulting TLS certificate. It can be namespaced or cluster-wide.

Why it matters

Issuers are the bridge between in-cluster certificate requests and a real certificate authority. Choosing the right issuer determines whether certs are public-trusted or internal.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →