I have a powershell script that I want to run on two different standalone machines. On Windows 8.1 with the SDK installed, I issue the command:
makecert -r -pe -n "CN=My Root Authority" -ss CA -sr CurrentUser ^ -a sha1 -sky signature -cy authority -sv CA.pvk CA.cer
and I will return:
Error: Can't access the key of the subject ('CA.pvk') Failed
CA.pvk is created, but not CA.cer
Any ideas?
Thanks in advance, Jeff
source share