使用makecert
我写的逗号:
makecert -pe -n "CN=Myauthority" -sr localmachine -ss Root -a sha256 -cy authority -r -sk MyCAContainerName -sky exchange -sp "Microsoft RSA Schannel Cryptographic Provider" -sy 12 -len 2048 certif.cer;
我收到一个错误
错误:无法创建主题 <'MyCAContainerName'> 的密钥
在寻求解决方案的过程中,我发现问题的出现是因为我没有machineKey
存档授权:(C:\Documents and Settings\All Users\Application Data\Microsoft\Crypto\RSA\MachineKeys
),
以下链接更好地解释了我在说什么;
http://support.microsoft.com/kb/278381
我遵循相同的程序以获得对机器密钥的足够权限,但问题总是存在