Nicola Suter
Blogs, Articles, and Posts
Build an Azure DevOps pipeline to automatically sign your PowerShell scripts
(tech.nicolonsky.ch)
Too lazy to sign your PowerShell scripts? Yes of course it provides security benefits but performing
By: Nicola Suter submitted:Jun 16 2022
Too lazy to sign your PowerShell scripts? Yes of course it provides security benefits but performing
the steps manually can be easily forgotten and re-signing needs to happen after every script change. Because I like CI/CD topics and have not found a solution on the internet I decided to build a solution based on Azure capabilities. Furthermore, I wanted a solution which does not require to hand out the code signing certificate to the respective script author which can be useful if you have a bunch of people writing PowerShell scripts.
By: Nicola Suter submitted:Jun 16 2022