dsccommunity / ActiveDirectoryCSDsc

DSC resources for installing or uninstalling Active Directory Certificate Services components in Windows Server.

Home Page:https://dsccommunity.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MSFT_AdcsCertificationAuthority - Schema key isn't a real key

bgelens opened this issue · comments

The schema currently has a single key: CAType
This key can have multiple values:

  • EnterpriseRootCA
  • EnterpriseSubordinateCA
  • StandaloneRootCA
  • StandaloneSubordinateCA

This implies that you could install one of each on the same box which you can't as only a single CA can exists on a Windows machine.

I suggest changing CAType from Key to Required and add a new Key IsSingleInstance