You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the sign function used doesnt add a timestamp. This especially is problematic when the certificate used for a specific sign process gets used after the cert was invalid. As it currently cant know when it was signed the binary/msix would show up as not validly signed anymore. However with a timestamp it can verify it is still valid.
ℹ️ Info
Version:
v0.1.12
💬 Description
Currently the sign function used doesnt add a timestamp. This especially is problematic when the certificate used for a specific sign process gets used after the cert was invalid. As it currently cant know when it was signed the binary/msix would show up as not validly signed anymore. However with a timestamp it can verify it is still valid.
Solution
The Code in question is https://github.com/YehudaKremer/msix/blob/main/lib/msix.dart#L169-L178
Adding
/tr http://timestamp.digicert.com
to that command is enough to solve this bug. If you want I will open a PR :)The text was updated successfully, but these errors were encountered: