Skip to content

Update build scripts#81

Merged
kmurmur merged 1 commit intoLibraryOfCongress:mainfrom
MediaArea:sign
Mar 2, 2026
Merged

Update build scripts#81
kmurmur merged 1 commit intoLibraryOfCongress:mainfrom
MediaArea:sign

Conversation

@JeromeMartinez
Copy link

Our Windows binaries are digitally signed in order to avoid the yellow big warning during install, and to avoid install stop in enterprises with strong security policies forbidding unsigned packages.

recently, code signing industry standards requires private keys for standard code signing certificates to be stored on hardware certified as FIPS 140 Level 2, which prevent us to use a software key stored on the compilation machine, we need to split the build process in a compilation phase, a signature phase and a release phase.

Signed-off-by: Maxime Gervais <gervais.maxime@gmail.com>
@kmurmur kmurmur merged commit 688fcbd into LibraryOfCongress:main Mar 2, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants