cert-manager Kubernetes API

The cert-manager API extends the Kubernetes API with custom resources including Certificate, Issuer, ClusterIssuer, CertificateRequest, and Order. These resources allow declarative management of TLS certificates, automatic renewal, and integration with ACME and other certificate authorities directly through kubectl and Kubernetes manifests.

API entry from apis.yml

apis.yml Raw ↑
aid: cert-manager:cert-manager-api
name: cert-manager Kubernetes API
description: The cert-manager API extends the Kubernetes API with custom resources including Certificate,
  Issuer, ClusterIssuer, CertificateRequest, and Order. These resources allow declarative management of
  TLS certificates, automatic renewal, and integration with ACME and other certificate authorities directly
  through kubectl and Kubernetes manifests.
humanURL: https://cert-manager.io/docs/
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
properties:
- type: Documentation
  url: https://cert-manager.io/docs/
- type: Reference
  url: https://cert-manager.io/docs/reference/api-docs/
- type: GettingStarted
  url: https://cert-manager.io/docs/getting-started/
- type: GitHubRepository
  url: https://github.com/cert-manager/cert-manager
- type: ChangeLog
  url: https://github.com/cert-manager/cert-manager/releases
- type: JSONSchema
  url: json-schema/cert-manager-certificate-schema.json
- type: JSONSchema
  url: json-schema/cert-manager-issuer-schema.json
tags:
- Certificates
- Kubernetes API
- TLS