Difference between revisions of "Kind: Certificate"
Jump to navigation
Jump to search
Line 26: | Line 26: | ||
* [[certificates.k8s.io]] | * [[certificates.k8s.io]] | ||
* [[kubectl delete certificate]] | * [[kubectl delete certificate]] | ||
+ | * [[kubectl describe challenges]] | ||
== See also == | == See also == |
Revision as of 11:12, 14 February 2024
kind: Certificate
https://cert-manager.io/docs/concepts/certificate/
apiVersion: cert-manager.io/v1 kind: Certificate metadata: name: your-cert 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
kubectl apply -f certificate.yml certificate.cert-manager.io/your-cert created
Related
See also
kubectl certificate [ approve ]
kind: Certificate, kind: Order, kind: Challenge
cert-manager
,cert-manager-controller, ingress-shim
,kind: Certificate, kind: ClusterIssuer, Kind: CertificateSigningRequest
, kind: Issuer,kubectl [ get | describe ] certificates
,cmctl
,kubectl get issuer, kubectl get csr, IngressShim
kind:
[Pod | Ingress | ClusterConfiguration
|Config | ConfigMap | ServiceAccount | Deployment | List | Secret | Status ], spec: metadata: data:
Advertising: