This section runs the following Microsoft SignTool commands: signtool sign and signtool verify.Documentation Index
Fetch the complete documentation index at: https://docs.futurex.com/llms.txt
Use this file to discover all available pages before exploring further.
The signtool sign command is relevant to this integration because it is the only SignTool command that initiates communication with the CryptoHub. SignTool must be able to access the private key stored in CryptoHub to complete the code signing operation successfully.
Sign a file
The following example signs an
.exe file, but you can sign other types of files by using SignTool. See the following document for details:https://docs.microsoft.com/en-us/windows/win32/seccrypto/cryptography-toolsVerify the file
To verify the file that was signed, run the following command:Text
If the command succeeds, you should see output similar to the following example:
None

