Comment by megaman22
7 years ago
Is there no way to sign scripts with a code signing certificate?
I certainly have to do some hoop jumping to execute the equivalent of curl |bash on powershell.
7 years ago
Is there no way to sign scripts with a code signing certificate?
I certainly have to do some hoop jumping to execute the equivalent of curl |bash on powershell.
(Invoke-WebRequest https://example.com/install.ps1).Content | Invoke-Expression
How is that any different from using SSL? In both cases, someone you trust is giving you code to execute, unseen.