Skip to content

Commit

Permalink
Switch to working timestamp server.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdoeffinger committed Aug 16, 2016
1 parent 8ecc304 commit 7c107fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA= libiec16022.pc

%.signed.exe: %.exe
osslsigncode sign -ts http://www.startssl.com/timestamp -certs $(SIGNKEY).crt -key $(SIGNKEY).key -in $^ -out $@
osslsigncode sign -ts http://timestamp.globalsign.com/scripts/timestamp.dll -certs $(SIGNKEY).crt -key $(SIGNKEY).key -in $^ -out $@

0 comments on commit 7c107fa

Please sign in to comment.