To integrate SignPath in your build chain, you can use the official SignPath module from PowerShell Gallery.
Install the SignPath module
Install-Module -Name SignPath
Specify an an acceptable version range
The releases of the SignPath module follow semantic versioning principles. In automated scenarios, we recommend to fix the major version by specifying a lower and upper bound, e.g. -MinimumVersion 2.1.0 -MaximumVersion 2.999.999
to ensure that a compatible version is installed.
SignPath PowerShell cmdlets
cmdlet | Description |
---|---|
Submit-SigningRequest | Submit a new signing request, or resubmit an existing one |
Get-SignedArtifact | Get the signed artifact from a finished signing request, or wait until processing is complete |