I have a cert but it is not listed when I run the following command. How do I convert a regular cert/key pfx file to code signig cert so that I can sign powershell scrtip.
Get-ChildItem -Path cert: -CodeSigningCert -Recurse
Also, can I use the same signed script on other machines. I want to sign it one time and use it on multiple machines. This cert will be trusted on all machines.
Thanks!!!
sjoshi