vcsjones / AzureSignTool

SignTool Library and Azure Key Vault Support
MIT License
267 stars 85 forks source link

800B0003 error with PyInstall executables #232

Open angry-rlu opened 6 months ago

angry-rlu commented 6 months ago

Hi, we're getting 800B0003 error when trying to sign an executable produced by PyInstaller and we're trying to establish what's happening here.

fail: AzureSignTool.SignCommand[0] => File: D:\a\1\s\Dashboard.exe The file cannot be signed because it is not a recognized file type for signing or it is corrupt. fail: AzureSignTool.SignCommand[0] => File: D:\a\1\s\Dashboard.exe Signing failed with error 800B0003.

I wasn't able to find any information online about PyInstaller executable being significantly different than others, so any hints would be welcome.