cmctl

CLI tool to manage cert-manager certificates and operations

brewmacoslinux
Try with needOr install directly
Source

About

Command-line tool to manage cert-manager

Commands

cmctl

Examples

Create a self-signed certificate$ cmctl create certificaterequest my-cert --cert-file=cert.crt --key-file=key.key
Check certificate status and renewal information$ cmctl status certificate my-cert -n cert-manager
Renew a certificate immediately$ cmctl renew my-cert -n cert-manager