-
-
Save imerr/c089498672f25fb75db101031e87d1d5 to your computer and use it in GitHub Desktop.
sign an executable
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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