## Example Certificate that uses multiple challenge mechanisms to obtain ## a SAN certificate for multiple domains from the letsencrypt-staging issuer. apiVersion: certmanager.k8s.io/v1alpha1 kind: Certificate metadata: name: test-ca-crt spec: secretName: test-ca-crt issuerRef: name: ca-issuer # We can reference ClusterIssuers by changing the kind here. # The default value is Issuer (i.e. a locally namespaced Issuer) kind: Issuer dnsNames: - cert-manager.k8s.io