Using the New-SelfSignedCertificate cmdlet, I want to specify the location on my harddrive as C:\Development\My Project. This command:
New-SelfSignedCertificate -CertStoreLocation "cert:\LocalMachine\Development\My Project"
gives this error:
Cannot find path 'Cert:\LocalMachine\Development\My Project' because it does not exist.
How do I do this?
$PSVersionTable.PSVersion Major Minor Build Revision ----- ----- ----- -------- 5 0 10586 962