Skip to content

Commit b7103b0

Browse files
committed
add timestamp service http://time.certum.pl and remove http://timestamp.verisign.com
1 parent 2b982e8 commit b7103b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/com/inet/gradle/setup/msi/SignTool.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ class SignTool {
3131
private String password, sha1;
3232

3333
private List<String> timestamps = Arrays.asList( //
34-
"http://timestamp.verisign.com/scripts/timstamp.dll", //
34+
"http://time.certum.pl", //
35+
//"http://timestamp.verisign.com/scripts/timstamp.dll", // no connect possible
3536
"http://timestamp.globalsign.com/scripts/timestamp.dll", //
3637
"http://tsa.starfieldtech.com", //
3738
"http://timestamp.comodoca.com/authenticode" // certificate is expired

0 commit comments

Comments
 (0)