How do I create timestamp url or where can I find free timestamp url for MSIX app packages
Asked Answered
S

2

8

When I self sign my app packages, visual studio only allows me to create a security certificate that is valid for one year. How can I create a timestamp url or where can I find a free timestamp url to ensure the MSIX package can be installed, even after the used signing certificate has expired? enter image description here

Update:

I tried many urls I could find online, most of them gave me the error:

SignTool Error: The specified timestamp server either could not be reached or returned an invalid response.

Finally I found one (http://timestamp.comodoca.com) that worked from this article https://support.comodo.com/index.php?/Knowledgebase/Article/View/68/0/time-stamping-server

Shelving answered 26/4, 2021 at 21:58 Comment(0)
N
10

Try one of these, we checked them a few months ago and all worked:

http://timestamp.digicert.com
http://timestamp.comodoca.com
http://timestamp.globalsign.com
http://tsa.starfieldtech.com
http://timestamp.entrust.net/TSS/RFC3161sha2TS
http://sha256timestamp.ws.symantec.com/sha256/timestamp
http://tsa.swisssign.net

Nugatory answered 27/4, 2021 at 7:17 Comment(5)
I tried all of them, got the same error for all of them. SignTool Error: The specified timestamp server either could not be reached or returned an invalid response.Shelving
Updated list (these ones where tested by our team a few months ago, at least some of them should still be running.Nugatory
Only sha256timestamp.ws.symantec.com/sha256/timestamp worked as of 30 December 2021.Perigordian
K Software has a free signing tool (ksign) that automatically adds the timestamp for you.Portuguese
As of 2023-09-18 some of these sites seem to be expecting POST traffic only and are not presenting a nice frontend to those visiting via a browser. Globalsign and Sectigo are in the latter category. Entrust at least gives a relatively meaningful error message: "method GET is not allowed, but [POST] are"Incorporeity
F
-1

You can also use Microsoft's timestamp server URL below. http://timestamp.acs.microsoft.com

Also ensure you're allowing access on port 80 if you're working behind a firewall.

Fortson answered 20/9 at 6:16 Comment(2)
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From ReviewMalinger
Hi Giorgio, the link in my answer is not a reference, rather a timestamp server URL from Microsoft, why would you assume otherwise? By the way, I had a similar issue while using signtool behind a firewall.Fortson

© 2022 - 2024 — McMap. All rights reserved.