Skip to main content

Verifying Packages

Official Trisul package files (RPM and DEB) for Linux-based operating systems are signed with a GnuPG key available at https://trisul.org/pubkey.gpg

This page describes how you can verify these package files to ensure

  • These are created by Unleash Networks official build systems
  • They have not been tampered with

The steps are

  1. Import our public key rpm --import https://trisul.org/pubkey.gpg
  2. Verify using rpm --checksig trisulpackage.rpm

Look for the OK message.

A sample verify session would look like below

[root@j1] rpm --import https://trisul.org/pubkey.gpg
[root@j1] rpm --checksig webtrisul-7.0.2522-1.el8.x86_64.rpm
webtrisul-7.0.2522-1.el8.x86_64.rpm: digests signatures OK

The RPM verification was successful if you see the OK