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
There is no signature verification mechanism at runtime on Linux similar to Authenticode on Windows. The file integrity is instead checked by the package manager using GPG signatures instead of X.509 certificates.
So no, you don't have to sign these files. You may still sign the application package containing the ELF executable, but that's out of the scope of Jsign.
We are doing dotnet builds that generates dlls and exes. Alongside them, an extension less binary is generated.
Upon using the file command, I could find that it's an ELF file. I wanted to ask
@ebourg : Please convert this as a discussion if possible
The text was updated successfully, but these errors were encountered: