I know that one can sign a Windows binary executable file using signtool. So all this time I was under assumption that one cannot sign any of the files interpreted by Windows Script Host, such as JScript (.js) or VBScript (.vbs) because those are mere text files.
But today, while opening a .js file that I downloaded off my web site, I was greeted by this warning:
So does this mean that there's a way to sign those .js/.vbs files? If so, then how?
