mirror of
https://github.com/shankar0123/certctl.git
synced 2026-06-07 22:01:36 +00:00
a13b4a10e2
Three architectural decisions from user feedback: 1. Pull-only deployment model — server never initiates outbound connections. Network appliances (F5, Palo Alto, FortiGate, Citrix) use a proxy agent in the same network zone. Added as design principle #2 across all docs. 2. IIS dual-mode — agent-local PowerShell (primary/recommended) + proxy agent WinRM (for agentless targets). Replaces the previous WinRM-only design. Updated connectors.md, architecture.md, demo-advanced.md. 3. Sub-CA to ADCS — Local CA can load a pre-signed CA cert+key from disk, so all issued certs chain to the enterprise root. Replaces the planned standalone ADCS issuer connector. Updated concepts.md, connectors.md, demo-advanced.md issuer diagram. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>