diff --git a/docs/certctl-for-cert-manager-users.md b/docs/certctl-for-cert-manager-users.md index d9def31..ea02b8d 100644 --- a/docs/certctl-for-cert-manager-users.md +++ b/docs/certctl-for-cert-manager-users.md @@ -27,7 +27,7 @@ Result: Deploy certctl control plane once (Docker Compose, Kubernetes Helm chart, or self-hosted). Deploy agents on your VMs, bare metal, and network appliances. One dashboard shows: - **All cert-manager certs** via discovery scanning (agents find cert-manager-issued certs copied to target machines, or scan the cluster directly) -- **All certctl-managed certs** issued by shared issuers (ACME, step-ca, Vault PKI (coming in v2.1), private CA) +- **All certctl-managed certs** issued by shared issuers (ACME, step-ca, Vault PKI (planned), private CA) - **Unified renewal and deployment** across both worlds - **Single pane of glass** with expiration timeline, renewal status, deployment verification, audit trail @@ -39,8 +39,7 @@ Deploy certctl control plane once (Docker Compose, Kubernetes Helm chart, or sel ```bash cd /opt/certctl docker compose up -d -# Dashboard: http://localhost:3000 -# API: http://localhost:8080 +# Dashboard & API: http://localhost:8443 ``` **Option B: Kubernetes** (recommended for prod) @@ -60,7 +59,7 @@ chmod +x /usr/local/bin/certctl-agent # Config sudo tee /etc/certctl/agent.env > /dev/null < /dev/null <