Reputation: 1800
I am trying to sign my installer with signtool. It is signing perfectly with signtool and it is taking timestamp from the specified timestamp server URL. How can I use the timestamp with offline timestamp Dll.How can I download the timestamp.dll. I didn't find any download links. Please give a download link for timestamp.dll .
The command that I am using (for online timestamp) is:
"C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin\Signtool.exe sign /f mycert.pfx /p mypwd /v /t
http://timestamp.verisign.com/scripts/timstamp.dll
$(TargetDir)Setup.exe"
Upvotes: 3
Views: 4861
Reputation: 47965
For timestamping is a connection to the internet required. How should the remote server verify your signature it without getting any data from you?
You cannot download that dll file, it's just a bad url. It's a webservice where you can query for signing your signature.
Upvotes: 3