Forrest logo
back to context overview

cmctl

List of commands for cmctl:

  • cmctl:tldr:04333 cmctl: Create a new certificate request based on an existing certificate.
    $ cmctl create certificaterequest my-cr --from-certificate-file ${cert-yaml}
    try on your machine
    explain this command
  • cmctl:tldr:136ae cmctl: Check the status of a certificate.
    $ cmctl status certificate ${cert_name}
    try on your machine
    explain this command
  • cmctl:tldr:be23a cmctl: Create 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 ${20m}
    try on your machine
    explain this command
  • cmctl:tldr:d2691 cmctl: Check if the cert-manager API is ready.
    $ cmctl check api
    try on your machine
    explain this command
back to context overview