mirror of
https://github.com/shankar0123/certctl.git
synced 2026-06-07 12:41:30 +00:00
docs: Phase 4 follow-on batch 4 — 5 final target per-pages
Extracts the remaining target connectors: - ssh.md (194 lines) — agentless SSH/SFTP deploy with full host-key-acceptance threat model (what's accepted, what's not, mitigations including known_hosts enforcement and SSH cert auth); V3-Pro forward path - wincertstore.md (118 lines) — non-IIS Windows services via local PowerShell or WinRM proxy mode; store selection (My / Root / WebHosting); private-key permissions guidance - jks.md (189 lines) — JKS / PKCS#12 via keytool with full atomic snapshot+rollback contract (Bundle 8 'snapshot → delete → import → reload'), keytool argv password exposure threat model + mitigations - aws-acm.md (208 lines) — ACM target with full IAM policy, IRSA / instance-profile / SSO auth recipes, atomic-rollback contract, ALB attachment Terraform recipe, procurement-checklist crib - azure-kv.md (195 lines) — Key Vault target with managed-identity / workload-identity / service-principal auth recipes, version- semantics rollback caveat (no in-place restore without soft-delete), App Gateway / Front Door attachment recipe Index forward-list expanded to enumerate all 15 target connectors (5 from Phase 4 structural + 5 from batch 3 + 5 from this batch) in alphabetical order. This is part 4 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, 904 lines. No content removed from index.md. End-state of Phase 4 follow-on: - 13 issuer per-pages (5 batch 1 + 8 batch 2) - 15 target per-pages (5 Phase 4 structural + 5 batch 3 + 5 batch 4) - index.md keeps its inline reference content; per-pages add operator depth on top, matching the pattern set by apache/f5/iis/k8s/nginx in Phase 4 structural
This commit is contained in:
@@ -33,15 +33,20 @@ Issuer connectors:
|
||||
Target connectors:
|
||||
|
||||
- [Apache](apache.md) — Apache httpd, separate-file deploy + `apachectl configtest`
|
||||
- [AWS Certificate Manager](aws-acm.md) — deploy into ACM for ALB / CloudFront / API Gateway
|
||||
- [Azure Key Vault](azure-kv.md) — deploy into Key Vault for App Gateway / Front Door / App Service
|
||||
- [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
|
||||
- [Java Keystore](jks.md) — JKS / PKCS#12 via `keytool` with atomic snapshot rollback
|
||||
- [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
|
||||
- [SSH (agentless)](ssh.md) — agentless deploy over SSH/SFTP for Linux/Unix targets
|
||||
- [Traefik](traefik.md) — file-provider zero-reload deploy
|
||||
- [Windows Certificate Store](wincertstore.md) — non-IIS Windows services (Exchange, RDP, SQL, ADFS)
|
||||
|
||||
## Contents
|
||||
|
||||
|
||||
Reference in New Issue
Block a user