Skip to content

Commit cc05482

Browse files
authored
Change timestamp server (#155)
1 parent 4b56814 commit cc05482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ ISCC_PARAMS += //DsAppBuildNumber=$(BUILD_NUMBER)
202202
ifdef ENABLE_SIGNING
203203
ISCC_PARAMS += //DENABLE_SIGNING=1
204204
endif
205-
ISCC_PARAMS += //S"byparam=signtool.exe sign /v /n $(firstword $(PUBLISHER_NAME)) /t http://timestamp.verisign.com/scripts/timstamp.dll \$$f"
205+
ISCC_PARAMS += //S"byparam=signtool.exe sign /v /n $(firstword $(PUBLISHER_NAME)) /t http://timestamp.digicert.com \$$f"
206206

207207
DEB_DEPS += deb/debian/changelog
208208
DEB_DEPS += deb/debian/config

0 commit comments

Comments
 (0)