Chapter 21. Signing your script

 

Another habit of highly effective PowerShell toolmakers is script signing. Many people think this is too hard or not worth the effort. Obviously, we think otherwise, or we wouldn’t have written this chapter! Even if you think your tools will never leave your company, signing your script, along with using source control, is a very good thing.

21.1. Why sign your scripts?

21.2. A word about certificates

21.3. Setting your policy

21.4. Code-signing basics

21.5. Summary