We are now publishing signed Debian releases of Granted to an APT repository, hosted at https://apt.releases.commonfate.io
. If you are using Ubuntu or another Debian-based operating system, you can add our repository with the following command:
wget -O- https://apt.releases.commonfate.io/gpg | sudo gpg --dearmor -o /usr/share/keyrings/common-fate-linux.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/common-fate-linux.gpg] https://apt.releases.commonfate.io stable main" | sudo tee /etc/apt/sources.list.d/common-fate.list
After adding the repository, you can install and update Granted with:
sudo apt install granted
Our APT repository is hosted on AWS, using S3 and CloudFront to maximise package availability. We've also published linuxpack, an open-source project we are using to package and publish releases to the APT repository.
Our APT packages include the same Linux binaries published to https://releases.commonfate.io
. You can find the full installation instructions in the Granted documentation.
Our Linux releases are signed with a separate PGP key, available at https://apt.releases.commonfate.io/gpg
. The key's fingerprint is 783A 4D1A 3057 4D2A BED0 49DD DE9D 631D 2D1D C944
. We've updated our security documentation to include details on the key.