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...
Sigmarsson
Jul 15, 2020Brass Contributor
Sri-Boddupalli you can try it with the pfx file, maybe it helps;
SignTool.exe sign /fd SHA256 /a /f devcert.pfx /p <pwd> ./abc.msix