我需要在 Windows Server 2012 上通过 IIS 证书认证。根证书没有任何吊销列表,但我收到异常:
撤销功能无法检查证书的撤销情况
经过搜索,我找到了使用 CertUtil 命令禁用撤销检查的解决方案:
certutil –setreg ca\CRLFlags +CRLF_REVCHECK_IGNORE_OFFLINE
并得到
CertUtil:-setreg 命令失败:0x80070002(WIN32:2)CertUtil:系统找不到指定的文件。
有任何想法吗?