Skip to content

Instantly share code, notes, and snippets.

@imerr
Last active August 20, 2018 02:54
Show Gist options
  • Save imerr/c089498672f25fb75db101031e87d1d5 to your computer and use it in GitHub Desktop.
Save imerr/c089498672f25fb75db101031e87d1d5 to your computer and use it in GitHub Desktop.
sign an executable
set PATH=%PATH%;C:\Program Files (x86)\Windows Kits\10\bin\10.0.17134.0\x64
signtool.exe sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 filename.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment