EV Code Signing Certificate: Signing an Executable
- Determine the certificate's thumbprint by viewing the certificate's details in the Windows Certificate Manager (required for the signtool command)
- Insert the Yubikey NFC FIPS
- Run the command line:
cd "C:\Program Files (x86)\Windows Kits\10\bin\{version}\x64"- Run the command line:
signtool sign /tr http://timestamp.sectigo.com /td sha256 /fd sha256 /sha1 {certificate-thumbprint} "c:\path\to\fileToSign.exe"INFO
Replace {certificate-thumbprint} with the certificate's thumbprint found in step 1.