Sign a file by using the certificate
Perform the following steps to sign a file by using the configured code-signing certificate:The following example shows an
.exe file being signed, but you can sign several other types of files by using SignTool. Refer to the following URL for details: https://docs.microsoft.com/enus/windows/win32/seccrypto/cryptography-toolsOpen the Windows Command Prompt application and run the following command, replacing the MyCertificate placeholder with the Subject Name of your certificate and
example.exe with the name of the file that you are signing:Powershell
If the command succeeds, you should receive the following message:
Powershell

