Skip to content

Instantly share code, notes, and snippets.

@marcinotorowski
Last active December 13, 2021 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcinotorowski/0bed416d906aef48f17e56c8946648bb to your computer and use it in GitHub Desktop.
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
{
"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