Skip to content

Update build scripts#81

Open
JeromeMartinez wants to merge 1 commit intoLibraryOfCongress:mainfrom
MediaArea:sign
Open

Update build scripts#81
JeromeMartinez wants to merge 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>
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.

2 participants