From 44514cd3292b1f1cc7b174b4d4fb33a6e3b201c3 Mon Sep 17 00:00:00 2001 From: shankar0123 Date: Tue, 5 May 2026 04:08:08 +0000 Subject: [PATCH] docs: expand docs/README.md connectors section to enumerate all 28 deep-dive pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After the Phase 4 follow-on (commits 4301803 → a310aab → d327ace → 8aa291d), the docs/reference/connectors/ tree carries 13 issuer per-pages + 15 target per-pages alongside the index. Update the top-level docs navigation to surface them all. Replaced the previous 5-row connectors table with two single-paragraph indexes (issuers, targets) listing every per-page in alphabetical order. The connectors index.md is still the canonical catalog (interfaces, registry, scanners + inline reference per built-in); the deep-dive pages cover operator-grade material on top. Net: docs/README.md gains coverage of 23 new pages without bloating the file (two prose paragraphs vs a 28-row table). --- docs/README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/README.md b/docs/README.md index 1adf333..c77f89a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -37,14 +37,11 @@ You're operating certctl in production or building integrations and need authori ### Connectors -| Doc | What it covers | -|---|---| -| [Connector index](reference/connectors/index.md) | Issuer/target/notifier interface contracts, registry, scanners | -| [Apache](reference/connectors/apache.md) | Apache httpd connector deep dive | -| [F5 BIG-IP](reference/connectors/f5.md) | F5 connector — proxy agent + transactional iControl REST | -| [IIS](reference/connectors/iis.md) | Microsoft IIS — local PowerShell + WinRM modes | -| [Kubernetes Secrets](reference/connectors/k8s.md) | Kubernetes Secrets connector | -| [NGINX](reference/connectors/nginx.md) | NGINX connector — deploy contract + quirks | +The [connector index](reference/connectors/index.md) is the canonical catalog (interfaces, registry, scanners, plus an inline reference per built-in). Per-connector deep-dive siblings cover operator-grade material — vendor edges, troubleshooting, rotation playbooks, when-to-use vs alternatives. + +**Issuers** (13 deep-dives): [ACME](reference/connectors/acme.md) · [ADCS](reference/connectors/adcs.md) · [AWS ACM Private CA](reference/connectors/aws-acm-pca.md) · [DigiCert](reference/connectors/digicert.md) · [EJBCA / Keyfactor](reference/connectors/ejbca.md) · [Entrust](reference/connectors/entrust.md) · [GlobalSign Atlas HVCA](reference/connectors/globalsign.md) · [Google CAS](reference/connectors/google-cas.md) · [Local CA](reference/connectors/local-ca.md) · [OpenSSL / Custom CA](reference/connectors/openssl.md) · [Sectigo SCM](reference/connectors/sectigo.md) · [step-ca / Smallstep](reference/connectors/step-ca.md) · [Vault PKI](reference/connectors/vault.md) + +**Targets** (15 deep-dives): [Apache](reference/connectors/apache.md) · [AWS Certificate Manager](reference/connectors/aws-acm.md) · [Azure Key Vault](reference/connectors/azure-kv.md) · [Caddy](reference/connectors/caddy.md) · [Envoy](reference/connectors/envoy.md) · [F5 BIG-IP](reference/connectors/f5.md) · [HAProxy](reference/connectors/haproxy.md) · [IIS](reference/connectors/iis.md) · [Java Keystore](reference/connectors/jks.md) · [Kubernetes Secrets](reference/connectors/k8s.md) · [NGINX](reference/connectors/nginx.md) · [Postfix / Dovecot](reference/connectors/postfix.md) · [SSH (agentless)](reference/connectors/ssh.md) · [Traefik](reference/connectors/traefik.md) · [Windows Certificate Store](reference/connectors/wincertstore.md) ### Protocols