Implovement idea - report wrong file-digest as error, instead of "AppxManifest.xml does not match' #278
MindScriptAct
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I lost 4 days of my life trying to solve "The Publisher Identity in the AppxManifest.xml does not match the subject on the certificate."
this problem :
I tried escaping characters, making identity shorter... longer... everything...
The problem was - wrong --file-digest setting. (I used SHA384 instead of SHA256)
It would help a ton if better error is produced.
Thank you for your time.
full log :
trce: AzureSignTool.SignCommand[0]
=> File: C:\aWorkSpace\integrostim\IntegroStimApp\Publish\IntegroStimPlayer.WinUI_0.0.1.0_x64_Debug_Test\IntegroStimPlayer.WinUI_0.0.1.0_x64_Debug.msix
Calling SignerSignEx3 with flags: SPC_EXC_PE_PAGE_HASHES_FLAG, SIGN_CALLBACK_UNDOCUMENTED
fail: AzureSignTool.SignCommand[0]
=> File: C:\aWorkSpace\integrostim\IntegroStimApp\Publish\IntegroStimPlayer.WinUI_0.0.1.0_x64_Debug_Test\IntegroStimPlayer.WinUI_0.0.1.0_x64_Debug.msix
The Publisher Identity in the AppxManifest.xml does not match the subject on the certificate.
fail: AzureSignTool.SignCommand[0]
=> File: C:\aWorkSpace\integrostim\IntegroStimApp\Publish\IntegroStimPlayer.WinUI_0.0.1.0_x64_Debug_Test\IntegroStimPlayer.WinUI_0.0.1.0_x64_Debug.msix
Signing failed with error 8007000B.
Beta Was this translation helpful? Give feedback.
All reactions