MSIX signing the package with an existin code signing tool?

Copper Contributor

Hi, can we create a MSIX package with the packaging tool, skipping the fields for  certificate and then sign the MSIX file with an exiting code signing solution afterwards? Many companies have codesigning solutions for existing Powershell script etc, and hopefully that can be used to also sign MSIX files? 

Or do we have to have the exact certificate info and a PFX file to be able to sign a MSIX package?

1 Reply

You can skip the certificate and sign outside the MSIX Packaging Tool with any code signing certificate.  When packaging the app, you need to make sure the publisher field maps to the certificate you will be signing with.  You can get this information from the Subject Name of the public certificate (.cer file).

 

We are hoping to release a community toolkit early next year that will help with automating some of these resigning scenarios.

 

John.