Difference between revisions of "Kind: Certificate"

From wikieduonline
Jump to navigation Jump to search
Line 21: Line 21:
 
== Related ==
 
== Related ==
 
* <code>[[kind: ClusterIssuer]]</code>
 
* <code>[[kind: ClusterIssuer]]</code>
 +
* [[certificates.k8s.io]]
  
 
== See also ==
 
== See also ==

Revision as of 21:31, 9 November 2023

kind: Certificate

https://cert-manager.io/docs/concepts/certificate/

apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
  name: acme-crt
spec:
  secretName: acme-crt-secret
  dnsNames:
  - example.com
  - foo.example.com
  issuerRef:
    name: letsencrypt-prod
    # We can reference ClusterIssuers by changing the kind here.
    # The default value is Issuer (i.e. a locally namespaced Issuer)
    kind: Issuer
    group: cert-manager.io

Related

See also

Advertising: