cmctl
all
Manage cert-manager resources inside your cluster. Check cert signing status, approve/deny requests, and issue new certificate requests.
More info →Examples (4)
Check if the cert-manager API is ready
cmctl check apiCheck the status of a certificate
cmctl status certificate cert_nameCreate a new certificate request based on an existing certificate
cmctl create certificaterequest my-cr --from-certificate-file cert.yamlCreate a new certificate request, fetch the signed certificate, and set a maximum wait time
cmctl create certificaterequest my-cr --from-certificate-file cert.yaml --fetch-certificate --timeout 20mmade by @shridhargupta | data from tldr-pages