windows – makecert错误:无法访问主题的键

前端之家收集整理的这篇文章主要介绍了windows – makecert错误:无法访问主题的键前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我有一个Power Shell脚本,我想在2台不同的独立机器上运行.在安装了SDK的 Windows 8.1上,我发出命令:
makecert -r -pe -n "CN=My Root Authority" -ss CA -sr CurrentUser ^
     -a sha1 -sky signature -cy authority -sv CA.pvk CA.cer

我回来了:

Error: Can't access the key of the subject ('CA.pvk')
Failed

CA.pvk已创建,但不是CA.cer

有任何想法吗?

谢谢,杰夫

运行此命令后,应弹出几个令人困惑且无用的密码提示.

当我在第二个提示中输入不同的密码时,我收到了相同的错误消息.

Entering the same password in both the first and second pop-up screens got me past this.

原文链接:https://www.f2er.com/windows/363684.html

猜你在找的Windows相关文章