Hi guys,
Two simple questions about makecert command,
- Suppose I am using the following command,
makecert -n "CN=PowerShell Local Certificate Root" -a sha1 -eku 1.3.6.1.5.5.7.3.3 -r -sv root.pvk root.cer -ss Root -sr localMachine
my confusion is, will private key automatically registered somewhere in cerficate manager or the private key will just be in file root.pvk?
- Suppose I am using the following command,
makecert -r -pe -n "CN=XYZ Company" -ss my, my confusion is -- after executing this command, where is the private key stored (since I did not specify -pe option, the private key is not embedded in the certficate, but where it is)?
regards, George