Thanks to visit codestin.com Credit goes to www.x-cmd.com
English
Automatically provision and manage TLS certificates in Kubernetes
x install cmctl
x env use cmctl
x asdf use cmctl
OS=$(go env GOOS); ARCH=$(go env GOARCH); curl -fsSL -o cmctl.tar.gz https://github.com/cert-manager/cert-manager/releases/download/v1.9.2/cmctl-$OS-$ARCH.tar.gz \ && tar xzf cmctl.tar.gz \ && sudo mv cmctl /usr/local/bin
Help us make these docs great!
All X-CMD docs are generated from command help and multiple data sources. See something that's wrong or unclear? Feel free to let us know through any of these ways~