我正在尝试创建域服务器,当我到达指定在线证书颁发机构时,选择按钮显示为灰色。我希望选择与其证书颁发机构相同的计算机。感谢任何帮助。
该线程的答案:
请注意,您只能从默认的 V1 WebServer 模板从 IIS 注册证书。必须将此模板添加到您的发证 CA 服务器。
我有同样的问题和答案“V1 WebServer 模板。这个模板必须添加到您的发行 CA 服务器。” 没有解决它。但是,在我在命令提示符下运行以下命令后:
certreq -submit -attrib “CertificateTemplate:WebServer” request.req
我的要求是流程,我获得了证书。此外,我得到的选择按钮工作正常。
Another way to resolve this problem, from here: https://www.experts-exchange.com/questions/27758425/Windows-2008R2-IIS-7-Domain-Certficate-problem-select-button-is-greyed-out.html
You could try enrolling the certificate through the certificates MMC snap-in instead and see if you have better luck:
Start -> Run -> type 'mmc' -> Press enter
(MMC console should open)
File -> Add/Remove Snap-in -> Select 'Certificates' -> Add -> Computer Account -> Local Computer -> Click OK out of the Add/Remove Snap-ins window.
Expand certificates -> Expand Personal -> Right click in an empty space in the main pane -> All tasks -> Request new certificate.
You should be able to run through that wizard and enroll based on your CA enrollment policies. Any certs that you enroll here and are applicable for securing websites will appear in IIS.
我的 AD CS 运行良好,但我的 IIS 服务器不允许我选择它。为了仔细检查我的证书颁发机构服务器是否已启动,我从 CMD 运行certutil.exe,我可以看到我的 CA 服务器已启动并正在运行。
我以最经典的 Windows 故障排除方式修复了它。IIS 重新启动。
对面临此问题的人进行更多检查: