At the end of the build process, we sign our binaries using a SafeNet USB token and SignTool. When we run the command using CMD or in a batch script it works fine, when we run the same command as a Bamboo Command task or a Bamboo Script it fails to find a valid certificate.
The command we are using;
SignTool sign /a /t http://timestamp.verisign.com/scripts/timestamp.dll /v Help\Help.exe
The error:
SignTool Error: No certificates were found that met all the given criteria.
What are the differences?