Request Certificate CA

Raul Guchinife 140 Reputation points
2023-09-08T08:07:49.9966667+00:00

I have a Windows server configured as a Certificate Authority (CA).

When requesting a certificate via https://server/certServ and choosing the template to request (Request Certificate->Advance Certifcate Request) I do not get all the options to fill in the certificate

2023-09-08_100026

it should look like this

2023-09-08_100319

Thanks

Windows for business | Windows Server | User experience | Other
Windows for business | Windows Server | Devices and deployment | Configure application groups
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 44,766 Reputation points
    2023-09-08T15:39:33.9966667+00:00

    Hello there,

    The CA Web enrollment pages perform a case-sensitive string comparison of two values. One value is the sServerConfig value in the Certdat.inc file in the %systemroot%\System32\Certsrv folder on the certificate server, and the other value is the dnsHostName attribute on the pkiEnrollmentService object in Active Directory. If the two strings do not match, including the case match, the enrollment fails.

    If you're running CA servers on Windows 2008 R2 and above and trying to request a computer certificate templates V3 using web enrollment (CAWE), it will not work.

    This was an enhancement that we introduced in Windows 2008 R2.

    Now web enrollment (CAWE) doesn't support V3 templates.

    You can use mmc, auto enrollment, and certreq.exe to request a V3 template.

    Not able to request certificate using web enrollment https://learn.microsoft.com/en-us/troubleshoot/windows-server/windows-security/cannot-request-certificate-with-web-enrollment

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer–


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.