SignotaurTool.exe
is a command-line utility designed to sign files using the Signotaur service. The tool provides functionality for file signing, timestamping, and verification.
By default, the installer places the client tool in the following directory:
%Program Files%\VSoft Technologies\Signotaur\ClientTool
Alternatively, you can download SignotaurTool.exe
directly from the Signotaur server home page. The tool is distributed as a self-contained executable, allowing it to be copied and used on any system without requiring additional dependencies or installation steps.
Run the tool from the command line using the following syntax:
SignotaurTool.exe [options] <COMMAND>
--help
sign
Signs one or more files using a certificate stored on the Signotaur server. This command can optionally also timestamp and verify the signatures. For details about parameters and options, see the Sign Command Documentation.
Example:
SignotaurTool.exe sign -a <APIKey> -s <SignServer> -t <Thumbprint> --tr <TimeStampServer> --td SHA256 file1.exe file2.dll
timestamp
Adds a timestamp to an existing digital signature on one or more files. For more details, see the Timestamp Command Documentation.
Example:
SignotaurTool.exe timestamp --tr <TimeStampServer> --fb <FallbackTimeStampServer> --fb <FallbackTimeStampServer2> --td SHA256 file1.exe file2.dll
verify
Verifies the integrity and authenticity of an existing digital signature on one or more files. For detailed usage, see the Verify Command Documentation.
Example:
SignotaurTool.exe verify file1.exe file2.dll
signtool.exe
to SignotaurTool.exe
.If you encounter issues, ensure the following: