Cert-Manager · Schema

cert-manager Certificate

JSON Schema for the cert-manager Certificate custom resource (cert-manager.io/v1). A Certificate is a Kubernetes CRD that declaratively specifies a desired X.509 certificate, including the secret name where it will be stored, the issuer that should sign it, the DNS names and other SANs to include, and renewal configuration. cert-manager controllers watch Certificate resources and automatically obtain, renew, and store the resulting TLS key pairs.

CertificatesCloud NativeGraduatedKubernetesSecurityTLS

Properties

Name Type Description
apiVersion string The cert-manager API version for this resource.
kind string The resource kind, always Certificate.
metadata object Kubernetes ObjectMeta for the Certificate resource including name and namespace.
spec object
status object
View JSON Schema on GitHub