在 NPS 服务器中测试吊销证书
我正在Windows Server 2022中测试NPS服务器(带有证书),设置为:
- Windows Server 2022 - > AD DS(test.lab),AD CS,NPS
- Windows 10 - >加入
Windows Server 2022中的域证书:
nps configuration:
结果:
连接是成功的,但是现在,我试图撤销拒绝该连接的证书,但我不知道如何遵循步骤...我试图用证书授权撤销证书,但没有工作
I am testing a NPS server in Windows Server 2022, with PEAP (with certificates), the setup is:
- Windows Server 2022 --> AD DS (test.lab), AD CS, NPS
- Windows 10 --> Joined to domain
Certs in Windows Server 2022:
NPS configuration:
Result:
The connection is succesfull, but now, I am trying to revoke the certificate for reject the connection but I dont know how are following steps... I have tried to revoke the certificate with Certificate Authority, but doesn't work
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要启用吊销检查,请尝试以下操作:
吊销证书
打开提升的命令窗口并输入以下命令:
单击开始 ->管理工具 ->点击证书颁发机构->扩展您的 CA ->单击颁发的证书文件夹 ->选择颁发证书->点击所有任务->点击撤销证书->在证书吊销对话框中->选择停止操作->单击“确定”
参考:
证书吊销|理查德·希克斯咨询公司 (richardhicks.com)。
如何停用 Windows Enterprise 证书颁发机构以及如何删除所有相关对象 - TechNet 文章 - 美国(英语)- TechNet Wiki (microsoft.com)。
To enable revocation check, please try the following:
Revoking certificates
Open a elevated command window and enter the below commands:
Click start -> Administrative Tools -> Click Certification Authority -> Expand your CA -> Click the Issued Certificates folder -> Select issues certificates -> Click All Tasks -> click Revoke Certificate -> In the Certificate Revocation dialog box -> select Cease of Operation -> click OK
References :
certificate revocation | Richard M. Hicks Consulting, Inc. (richardhicks.com).
How to Decommission a Windows Enterprise Certification Authority and How to Remove All Related Objects - TechNet Articles - United States (English) - TechNet Wiki (microsoft.com).