reBlog from huddledmasses.org: Huddled Masses
Author: Frank-Peter (77 Articles)
I found this fascinating quote today:
I write a lot of PowerShell scripts, and I work on modules a lot, including ones which I load automatically in my profile. Sometimes I forget to sign those modules before I restart my console/host, and then I get errors when they’re loaded from the profile. I wrote a script to solve this problem by automatically signing files every time they’re edited, and I figured I’d share it below, but first let me try explaining what code signing is, and why you should care.huddledmasses.org, Huddled Masses, Nov 2009
You should read the whole article.