Created
November 27, 2021 02:01
-
-
Save OneCDOnly/2ddf36908b17097e670c36367a68015a to your computer and use it in GitHub Desktop.
notes regarding package signing in QTS 5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It turns out, to get rid of the "There is no digital signature" message in App Center, one only has to add a new entry to [/etc/config/nas_sign_qpkg.db] in the 'Certificate' table. Create a new record, with a "qpkg" 'Type', and 'QpkgName' as the internal QPKG name. Reload App Center. Done. No more warning. The QPKG is still not digitally signed but will also not display an error message in App Center. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment