Open VojtechMyslivec opened 4 years ago
Documentation for a Debian package verification should look like:
Install required tools
$ apt install gnupg dpkg-sig
Import signing key
$ gpg --recv-keys 86E6792FC27BFD478860C11091F3B339B9A02A3D
TODO:
--keyserver ...
as wellVerify the package
$ dpkg-sig --verify trezor-bridge_latest_amd64.deb
Install the package
# dpkg --install trezor-bridge_latest_amd64.deb
...
...
Although (debian) packages are signed with GPG, there is no documentation how to verify such signatures or packages respectively. Proper GPG keyid is also not documented or published.
This process should be documented, probably on wiki, so any Trezor user can verify downloaded package before installation.