Hi im trying to import a certificate request from a Linux server on a windows 2008 enterprise certificate authority domain controller. The certificate is in PKCS10 format. When I try to import it using the Microsoft certification authority tool I receive the following message:
Log Name: Application
Source: Microsoft-Windows-CertificationAuthority
Date: 05/03/2009 11:43:10
Event ID: 53
Task Category: None
Level: Warning
Keywords: Classic
User: SYSTEM
Computer: *******
Description:
Active Directory Certificate Services denied request 144 because The request contains no certificate template information. 0x80094801 (-2146875391). The request was for CN=***, OU=***, O=***, L=***, S=***, C=***. Additional information: Denied by Policy Module 0x80094801, The request does not contain a certificate template extension or the CertificateTemplate request attribute.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-CertificationAuthority" Guid="{6A71D062-9AFE-4F35-AD08-52134F85DFB9}" EventSourceName="CertSvc" />
<EventID Qualifiers="33370">53</EventID>
<Version>0</Version>
<Level>3</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2009-03-05T11:43:10.000Z" />
<EventRecordID>56455</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>***</Computer>
<Security UserID="***" />
</System>
<EventData Name="MSG_DN_CERT_DENIED_WITH_INFO">
<Data Name="RequestId">144</Data>
<Data Name="Reason">The request contains no certificate template information. 0x80094801 (-2146875391)</Data>
<Data Name="SubjectName">CN=***, OU=***, O=***, L=***, S=***, C=***</Data>
<Data Name="AdditionalInformation">Denied by Policy Module 0x80094801, The request does not contain a certificate template extension or the CertificateTemplate request attribute.
</Data>
</EventData>a
</Event>
I have made all the existing templates available to no avail and I have also tried to import this by using the web interface which also generates the same denied by policy error.
I am able to import this on a stand alone 2003 server with no problems.
Can anyone help?
Thanks
Craig
Software/Hardware used:
ASKED:
March 5, 2009 12:15 PM
UPDATED:
September 21, 2009 4:55 PM