Skip to content

Commit

Permalink
Replaced IdenTrust's TSA with QuoVadis'
Browse files Browse the repository at this point in the history
(might have been only temporarily unavailable)
  • Loading branch information
kaikramer committed Jul 2, 2023
1 parent 78bea80 commit 6e69ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kse/src/org/kse/utilities/net/URLs.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ private URLs() {

// list of TSA servers for sign jar dialog
public static final String[] TSA_URLS = new String[] { "http://timestamp.digicert.com",
"http://tsa.quovadisglobal.com/TSS/HttpTspServer",
"http://rfc3161timestamp.globalsign.com/advanced",
"http://timestamp.identrust.com",
"http://time.certum.pl",
"http://sha256timestamp.ws.symantec.com/sha256/timestamp",
"http://timestamp.sectigo.com/?td=sha384" };
"http://timestamp.sectigo.com" };
}

0 comments on commit 6e69ddd

Please sign in to comment.