NEW: Get project updates onTwitterandMastodon

External

cert-manager supports external Issuer types. While external issuers are not implemented in the main cert-manager repository, they are otherwise treated the same as any other issuer.

External issuers are typically deployed as a pod which is configured to watch for CertificateRequest resources in the cluster whose issuerRef matches the name of the issuer. External issuers exist outside of the cert-manager.io group.

Installation for each issuer may differ; check the documentation for each external issuer for more details on installing, configuring and using it.

Known External Issuers

If you've created an external issuer which you'd like to share, raise a Pull Request to have it added here!

These external issuers are known to support and honor approval.

Building New External Issuers

If you're interested in building a new external issuer, check the development documentation.