Commit 79418d3
authored
[0.8.0] 2026-02-20 (#93)
### Added
- [**#92**](#92) Add
Authenticode
code-signing support for PowerShell modules with three new public
functions:
- `Get-PSBuildCertificate` - Resolves code-signing X509Certificate2
objects
from certificate store, PFX files, Base64-encoded environment variables,
or pre-resolved certificate objects
- `Invoke-PSBuildModuleSigning` - Signs PowerShell module files (*.psd1,
*.psm1, *.ps1) with Authenticode signatures supporting configurable
timestamp servers and hash algorithms
- `New-PSBuildFileCatalog` - Creates Windows catalog (.cat) files for
tamper detection
- New build tasks for module signing pipeline: `SignModule`,
`BuildCatalog`,
`SignCatalog`, `Sign` (meta-task)
- Extended `$PSBPreference.Sign` configuration section with certificate
source selection, timestamp server configuration, hash algorithm
options,
and catalog generation settings
### Fixed
- Remove extra backticks during localization text migration.1 parent a8a877d commit 79418d3
2 files changed
+23
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
10 | 32 | | |
11 | 33 | | |
12 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments