During submition of a certificate request on a Certification Authority server when you use Certification Authority console, you can see this error:

“The request contains no certificate template information. 0×80094801 (-2146875391) Denied by Policy Module 0×80094801, The request does not contain a certificate template extension or the Certificate Template request attribute.”
To resolve this issue, use an alternative method to request certificates from an enterprise CA. You can use command line.
Type the following command:
certreq -submit -attrib “CertificateTemplate: WebServer” c:\MyCertRequest.csr
You can download the certificate from CA, the certificate is issued.
Useful links:
- “Certreq” on Microsoft Technet:? ? http://technet.microsoft.com/en-us/library/cc725793.aspx

