fort/deploy/sign/sign-driver.bat

13 lines
322 B
Batchfile
Raw Normal View History

2019-12-25 09:57:40 +00:00
@cd %~dp0
@echo off
@rem ARCH: 64, 32
@set ARCH=%1
@set DRV_PATH=..\build\driver\fortfw%ARCH%.sys
2021-07-30 10:14:21 +00:00
@call sign-env.bat
signtool.exe sign /ac "%CRT_PATH%" /n "%CRT_NAME%" /fd sha1 /t http://time.certum.pl/ %DRV_PATH%
signtool.exe sign /as /ac "%CRT_PATH%" /n "%CRT_NAME%" /fd sha256 /tr http://time.certum.pl/ %DRV_PATH%