Skip to content

Instantly share code, notes, and snippets.

@OneCDOnly
Created November 27, 2021 02:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OneCDOnly/2ddf36908b17097e670c36367a68015a to your computer and use it in GitHub Desktop.
Save OneCDOnly/2ddf36908b17097e670c36367a68015a to your computer and use it in GitHub Desktop.
notes regarding package signing in QTS 5
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