Difference between revisions of "Kind: Certificate"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 21: | Line 21: | ||
kubectl apply -f certificate.yml | kubectl apply -f certificate.yml | ||
certificate.cert-manager.io/your-cert created | certificate.cert-manager.io/your-cert created | ||
+ | |||
+ | [[kubectl describe cert]] your-cert && [[kubectl describe certificaterequest]] your-cert && [[kubectl describe challenge]] | ||
+ | |||
== Related == | == Related == | ||
Line 29: | Line 32: | ||
* [[kubectl describe challenges]] | * [[kubectl describe challenges]] | ||
* [[kubectl get cr]] | * [[kubectl get cr]] | ||
+ | * [[kind: Order]] | ||
== See also == | == See also == |
Latest revision as of 19:27, 15 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
kubectl describe cert your-cert && kubectl describe certificaterequest your-cert && kubectl describe challenge
Related[edit]
kind: ClusterIssuer
- certificates.k8s.io
- kubectl get issuer
- kubectl delete certificate
- kubectl describe challenges
- kubectl get cr
- kind: Order
See also[edit]
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: