0

I want reach the timestamp server for sign a file with signtool.exe behind a firewall, this is my current command:

signtool.exe timestamp /t http://timestamp-server foo.exe

has sign tool some feature for set the proxy?

Compo
  • 36,585
  • 5
  • 27
  • 39
ar099968
  • 6,963
  • 12
  • 64
  • 127

1 Answers1

1

has sign tool some feature for set the proxy?

I think it is impossible to set the proxy with signtool.exe.
See also:
How to timestamp Authenticode signatures when our proxy requires authentication

chg
  • 205
  • 1
  • 5
  • 10