Hello,
The situation you described involves multiple PKI servers publishing the same templates and issuing certificates to the same clients simultaneously, which indeed presents architectural issues. This kind of “parallel issuance” model carries the following risks:
- Certificate Duplication: The same client may receive certificates from two different CAs, leading to management confusion.
- Trust Chain Inconsistency: Even if the templates are identical, certificates issued by different CAs belong to different trust chains and cannot validate each other.
- CRL and AIA/CDP Inconsistency: Clients may fail to properly validate certificate status due to mismatched revocation lists and authority information access points. For your reference:
2、https://techcommunity.microsoft.com/blog/microsoft-security-blog/step-by-step-2-tier-pki-lab/4413982
Best Regards