deploy/sign: Setup TimeStamp URL in one place

This commit is contained in:
Nodir Temirkhodjaev 2022-07-21 12:11:35 +05:00
parent 65e57c1fe1
commit ad04c81747
6 changed files with 8 additions and 4 deletions

View File

@ -5,4 +5,4 @@
@call sign-env-certum.bat
signtool.exe sign /n "%CRT_NAME%" /fd sha256 /tr http://time.certum.pl/ %APP_PATH%
signtool.exe sign /n "%CRT_NAME%" /fd sha256 /tr %TS_URL% %APP_PATH%

View File

@ -5,4 +5,4 @@
@call sign-env-certum.bat
signtool.exe sign /n "%CRT_NAME%" /fd sha256 /tr http://time.certum.pl/ %CAB_PATH%
signtool.exe sign /n "%CRT_NAME%" /fd sha256 /tr %TS_URL% %CAB_PATH%

View File

@ -8,4 +8,4 @@
@call sign-env-sectigo.bat
signtool.exe sign /ac "%CRT_PATH%" /n "%CRT_NAME%" /fd sha256 /tr http://time.certum.pl/ %DRV_PATH%
signtool.exe sign /ac "%CRT_PATH%" /n "%CRT_NAME%" /fd sha256 /tr %TS_URL% %DRV_PATH%

View File

@ -3,3 +3,5 @@
@rem Certum
@set CRT_PATH=cert\Certum Trusted Network CA.crt
@set CRT_NAME=Open Source Developer, Nodir Temirkhodjaev
@set TS_URL=http://timestamp.apple.com/ts01

View File

@ -3,3 +3,5 @@
@rem Sectigo
@set CRT_PATH=cert\SectigoPublicCodeSigningRootR46_AAA.crt
@set CRT_NAME=Renew-it-now
@set TS_URL=https://timestamp.sectigo.com

View File

@ -5,4 +5,4 @@
@call sign-env-certum.bat
signtool.exe sign /n "%CRT_NAME%" /fd sha256 /tr http://time.certum.pl/ %OUT_PATH%
signtool.exe sign /n "%CRT_NAME%" /fd sha256 /tr %TS_URL% %OUT_PATH%