We have two intermediate Enterprise CAs (Windows AD CS) in our AD domain. Both CAs only have the Certification Authority role enabled.
CA1 is responsible for issuing certificates to workstations and users and has a template Workstation Auth.
CA2 is responsible for issuing certificates to servers and has a template Server Auth.
Auto-Enrollment is enabled on all Workstations and servers in our domain and working.
Problem:
Workstations should only target CA1 for auto-enrollment
and servers should only target CA2 for auto-enrollment.
I want to achieve this using group policies.
I know that I can allow auto-enrollment on a template only for members of security groups, and that would work.
However, I prefer a solution using group policies, because we organise workstations and servers in different OUs. I can target both groups with group policies on OUs. The security group solution would require us to manage two new security groups on top of that.
Is it possible to configure a workstation or server to only auto-enroll from a particular Enterprise CA? I'm open to alternatives, if they can be achieved using group policies.