กรณี USB Token signtool sign /tr timestamp address /td SHA256 /fd "MyControl.exe" /a ตัวอย่างtimestamp address ของ Entrust: http://timestamp.entrust.net/TSS/RFC3161sha2TSsigntool sign /tr http://timestamp.entrust.net/TSS/RFC3161sha2TS /td SHA256 /fd "c:\path\to\file_to_sign.exe" /a กรณีไฟล์ pfx signtool sign /tr timestamp address /td sha256 /fd sha256 /f "MyCert.pfx" /p MyPFXPassword "MyControl.exe" signtool sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /f "c:\path\to\mycert.pfx" /p pfxpassword "c:\path\to\file.exe"
SignTool verify /pa /v "MyControl.exe"

How to Sign an Executable File using Signtool In Windows
Admin Istrator