docs: add ADCS issuer connector to V2 roadmap

Active Directory Certificate Services (ADCS) added as a planned
issuer connector across README, architecture, connectors, and
demo-advanced docs. Requested by community feedback.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Shankar
2026-03-17 21:00:25 -04:00
parent f1eff55894
commit 86d09edede
4 changed files with 10 additions and 5 deletions
+3 -1
View File
@@ -42,7 +42,8 @@ flowchart TB
CA2["ACME\n(Let's Encrypt)"]
CA3["step-ca\n(planned)"]
CA4["OpenSSL / Custom CA\n(planned)"]
CA5["Vault PKI\n(planned)"]
CA5["ADCS\n(planned)"]
CA6["Vault PKI\n(planned)"]
end
subgraph "Target Systems"
@@ -349,6 +350,7 @@ flowchart TB
II --> ACME["ACME v2"]
II --> SC["step-ca (planned)"]
II --> OC["OpenSSL / Custom CA (planned)"]
II --> AD["ADCS (planned)"]
II --> VP["Vault PKI (planned)"]
end