Difference between revisions of "Kind: Certificate"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
 
   name: acme-crt
 
   name: acme-crt
 
  spec:
 
  spec:
   secretName: acme-crt-secret
+
   [[secretName:]] acme-crt-secret
 
   dnsNames:
 
   dnsNames:
 
   - example.com
 
   - example.com

Revision as of 11:12, 14 July 2022

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


See also

Advertising: