mirror of
https://github.com/tnodir/fort
synced 2024-11-15 04:45:59 +00:00
deploy/sign: Setup TimeStamp URL in one place
This commit is contained in:
parent
65e57c1fe1
commit
ad04c81747
@ -5,4 +5,4 @@
|
|||||||
|
|
||||||
@call sign-env-certum.bat
|
@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%
|
||||||
|
@ -5,4 +5,4 @@
|
|||||||
|
|
||||||
@call sign-env-certum.bat
|
@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%
|
||||||
|
@ -8,4 +8,4 @@
|
|||||||
|
|
||||||
@call sign-env-sectigo.bat
|
@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%
|
||||||
|
@ -3,3 +3,5 @@
|
|||||||
@rem Certum
|
@rem Certum
|
||||||
@set CRT_PATH=cert\Certum Trusted Network CA.crt
|
@set CRT_PATH=cert\Certum Trusted Network CA.crt
|
||||||
@set CRT_NAME=Open Source Developer, Nodir Temirkhodjaev
|
@set CRT_NAME=Open Source Developer, Nodir Temirkhodjaev
|
||||||
|
|
||||||
|
@set TS_URL=http://timestamp.apple.com/ts01
|
||||||
|
@ -3,3 +3,5 @@
|
|||||||
@rem Sectigo
|
@rem Sectigo
|
||||||
@set CRT_PATH=cert\SectigoPublicCodeSigningRootR46_AAA.crt
|
@set CRT_PATH=cert\SectigoPublicCodeSigningRootR46_AAA.crt
|
||||||
@set CRT_NAME=Renew-it-now
|
@set CRT_NAME=Renew-it-now
|
||||||
|
|
||||||
|
@set TS_URL=https://timestamp.sectigo.com
|
||||||
|
@ -5,4 +5,4 @@
|
|||||||
|
|
||||||
@call sign-env-certum.bat
|
@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%
|
||||||
|
Loading…
Reference in New Issue
Block a user