windows-server-2012-r2 – 在Server 2012上使用quickconfig启用WinRM HTTPS侦听器失败

前端之家收集整理的这篇文章主要介绍了windows-server-2012-r2 – 在Server 2012上使用quickconfig启用WinRM HTTPS侦听器失败前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我创建了一个SSL服务器身份验证证书,其CN与服务器主机名匹配.但是,使用winrm qc -transport:https失败,并显示以下错误

Cannot create a WinRM listener on HTTPS because this machine does not have an appropriate certificate. To be used for SSL,a certificate must have a CN matching the hostname,be appropriate for Server Authentication,and not be expired,revoked,or self-signed.

如果在使用winrm qc时指定主机名和证书指纹,则会按预期创建https侦听器.

证书位于证书(本地计算机)>个人>证书和颁发给:在证书上匹配服务器的完全限定主机名.证书由我们的内部CA(Windows Server 2008 AC证书服务器)签名,并且根证书安装在服务器上.证书属性显示它是可信的.

任何想法为什么winrm qc -transport:https将无法正确使用证书配置https监听器?

尝试稍微快一点的方法
原文链接:https://www.f2er.com/windows/367390.html

猜你在找的Windows相关文章