makecert错误:无法访问主题的密钥

时间:2014-08-04 16:56:17

标签: windows makecert

我有一个PowerShell脚本,我想在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

有什么想法吗?

提前致谢,杰夫

1 个答案:

答案 0 :(得分:11)

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

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

  

第一个第二个中输入相同密码   弹出式屏幕让我超越了它。