mirror of
https://github.com/shankar0123/certctl.git
synced 2026-06-07 12:41:30 +00:00
docs: Phase 4 follow-on batch 3 — 5 file-based target per-pages
Extracts the file-based deploy target connectors: - haproxy.md (107 lines) — combined-PEM (cert+chain+key) deploy with haproxy -c validate; multi-frontend + crt-list directory guidance - traefik.md (105 lines) — file-provider zero-reload deploy; file watcher latency notes; mixing with built-in ACME guidance - caddy.md (100 lines) — admin API mode (recommended) vs file mode; admin-API exposure threat model - envoy.md (112 lines) — file SDS mode (recommended) vs static bootstrap; service-mesh interactions - postfix.md (175 lines) — dual-mode (Postfix MTA / Dovecot IMAPS) connector with daemon-specific quirks (STARTTLS chain expectations, no shared session cache); Bundle 11 test pins Index forward-list expanded to enumerate all 10 target connectors (5 from Phase 4 structural + 5 from this batch) in alphabetical order. This is part 3 of 4 for the Phase 4 follow-on (per-connector page extraction) tracked in cowork/docs-overhaul-phase-2-restructure-2026-05-04/log.md. Net add: 5 files, 599 lines. No content removed from index.md.
This commit is contained in:
@@ -32,11 +32,16 @@ Issuer connectors:
|
||||
|
||||
Target connectors:
|
||||
|
||||
- [Apache](apache.md) — Apache httpd connector deep dive
|
||||
- [F5 BIG-IP](f5.md) — F5 connector deep dive (proxy agent + iControl REST)
|
||||
- [IIS](iis.md) — Microsoft IIS connector deep dive (local PowerShell + WinRM modes)
|
||||
- [Kubernetes Secrets](k8s.md) — k8s.io/tls Secrets connector deep dive
|
||||
- [NGINX](nginx.md) — NGINX connector deep dive (deploy contract + quirks)
|
||||
- [Apache](apache.md) — Apache httpd, separate-file deploy + `apachectl configtest`
|
||||
- [Caddy](caddy.md) — admin-API hot reload or file-watcher fallback
|
||||
- [Envoy](envoy.md) — file SDS hot reload, optional `sds.json`
|
||||
- [F5 BIG-IP](f5.md) — proxy-agent pattern + transactional iControl REST
|
||||
- [HAProxy](haproxy.md) — combined-PEM deploy + `haproxy -c` validate
|
||||
- [IIS](iis.md) — Microsoft IIS, local PowerShell + WinRM modes
|
||||
- [Kubernetes Secrets](k8s.md) — k8s.io/tls Secrets atomic update
|
||||
- [NGINX](nginx.md) — separate-file deploy + `nginx -t` validate
|
||||
- [Postfix / Dovecot](postfix.md) — dual-mode mail-server TLS connector
|
||||
- [Traefik](traefik.md) — file-provider zero-reload deploy
|
||||
|
||||
## Contents
|
||||
|
||||
|
||||
Reference in New Issue
Block a user