Forum Discussion
Sri-Boddupalli
Jun 30, 2020Copper Contributor
MSIX package signing issue with certificate installed in a certificate store
I created MSIX file and later signing the package with this command signtool sign /fd SHA256 /v /sm /s My /n "ABC Corporation" /t http://timestamp.digicert.com file.msix But signing failed wit...
James Pike
Microsoft
Jul 13, 2020Hi Sri-Boddupalli ,
Try setting this registry key:
Under HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\AppxSIP; set LogLevel as DWORD to 3
Rerun the Signtool Command and you should see additional logging that may be insightful to your problem.
If that does not help, please share the additional logging with us to review. As with any logs or data you share, please review it before hand for any personal or sensitive information that you would not want to share in a public forum.
Thanks!
James