Forum Discussion
Can not Sign the MSIX pacakge with self-signed certificate
Hi,
Yes, I have the same issue:
SignTool Error: An unexpected internal error has occurred.
Error information: "Error: SignerSign() failed." (-2147024846/0x80070032)
Event viewer show me this: "The reader was created successfully without manifest validation." And it is under Information Level, not Warning or Error.
Details:
MSIX create with MSIX Packaging Tool (Preview)
OS build: 17713.1000
Signtool.exe used from C:\Program Files (x86)\Windows Kits\10\bin\10.0.17134.0
- Aug 04, 2018
I have the same issue with self-signed certificate (0x80070032). The name is valid, and I can use the cert to sign an exe without issue. I am using 17134 version of signtool, and have tried both the x86 and x64 version of signtool.
Event operational log generates a single information entry (Event 181 - The reader was created successfully without manifest validation).
Enabling debug log produced single event of Event 0 (ErrorCode 15003 with EventPayload of all zeros))
- Peyman ZanjaniAug 07, 2018Former Employee
TIMOTHY_MANGAN and Stephen Morgan, looks like you are using the RS4 version of signtool. Please use the latest from the insider preview SDK:
https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewSDK
- Peyman ZanjaniJul 25, 2018Former Employee
Toms Knostenbergs sounds like you are using signtool to sign the package, is that correct? Can you please try to convert the package again using the MSIX Packaging Tool and add your test certificate in the last page of the wizard to have the tool sign the MSIX package? If you hit the same error please file a feedback hub problem from the error pop up so we can take a look at your logs.