Certificate Authority does not show Templates
No templates are shown in the Template folder of the Certificate Authority.
In the Certificate Templates (certtmpl.msc) are Templates shown.
Running certutil -CATemplates returns 0x80070490 (WIN32: 1168 ERROR_NOT_FOUND) CertUtil: Element not found.
Restarting the service did not help
Sreenshot of CN=OID shows the following result
There are also no entries under CN:Enrollment Services
Solution 1:
It looks like that your templates are ok and OIDs are ok as well.
Try to restart certificate service (certsvc
) on new CA and check if templates are loaded. If this doesn't help, then stop certsvc on CA, then remove templates in CA record under CN=Enrollment Services, CN=Public Key Services, CN=Services,{configurationNamingContext}
. Open CA record, navigate to certificateTemplates
attribute:
- record a list of certificate templates you see them (just write somewhere).
- clear list by removing all entries from this attribute.
- Open Certification Authority MMC snap-in (
certsrv.msc
), startcertsvc
and try to add templates manually from the record you made in step 1.