Last active
December 13, 2021 22:05
-
-
Save marcinotorowski/0bed416d906aef48f17e56c8946648bb to your computer and use it in GitHub Desktop.
The list of some known time stamp servers, to be used by MSIX Hero
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"obsolete": [ | |
{ | |
"name": "Sectigo", | |
"url": "https://timestamp.sectigo.com" | |
}, | |
{ | |
"name": "FreeTSA", | |
"url": "https://freetsa.org" | |
} | |
], | |
"servers": [ | |
{ | |
"name": "Digicert", | |
"url": "http://timestamp.digicert.com" | |
}, | |
{ | |
"name": "GlobalSign", | |
"url": "http://timestamp.globalsign.com/tsa/r6advanced1" | |
}, | |
{ | |
"name": "Symantec", | |
"url": "http://sha256timestamp.ws.symantec.com/sha256/timestamp" | |
}, | |
{ | |
"name": "Certum", | |
"url": "http://time.certum.pl" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment