sassoftware / relic

Relic is a service and a tool for adding digital signatures to operating system packages for Linux and Windows
Apache License 2.0
151 stars 41 forks source link

WIP: Initial support for signing MSIX and MSIX bundle files #26

Closed script3r closed 1 year ago

script3r commented 1 year ago

What

Introduces initial support for signing MSIX/MSIX Bundle files as an addition over the existing signappx code.

Why

Microsoft has not published official guidelines of how MSIX signing actually works, but trial and error shows that for the most part it is compatible with APPX signing, which several tools implement, despite that not being documented either.

How