我有一个 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
有任何想法吗?
在此先感谢,杰夫