Skip to content

windows codesigning

Christian Korneck edited this page Feb 24, 2024 · 3 revisions
  1. ensure windows binaries are not upx compressed
  2. ensure cert chain is trusted (import intermediate certs to windows certstore)
  3. with hsm unlocked:
set path=%path%;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64
signtool.exe sign /n "Open Source Developer, Christian Korneck" /t http://time.certum.pl /a docker-pushrm_windows_386.exe
signtool.exe sign /n "Open Source Developer, Christian Korneck" /t http://time.certum.pl /a docker-pushrm_windows_amd64.exe

Clone this wiki locally