Hi,
Would you please tell the CA type ?
If you install a standalone CA on a domain member server, Certificate Templates Folder would be Missing From Certification Authority Hierarchy.
You need to install an enterprise CA on a domain member server .
To determine the CA type, you you can check the registry following:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Certsvc\Configuration\<your CA’s name>\CAType
CAType = 0 (Enterprise Root CA)
CAType = 1 (Enterprise Subordinate CA)
CAType = 3 (Stand Alone CA)
CAType = 4 (Stand Alone Subordinate CA)
Best Regards,