Getting the official GPG keys to active package signature¶
Our packages for Debian and Centos are signed with the official gpg key of the project.
Getting the new official gpg key¶
- Asking the key from the keyserver
gpg --keyserver keys.openpgp.org --recv-key 0xFE0FEAE5AC483A86
gpg --export -a "FusionDirectory Packages Signing Key <contact@fusiondirectory.org>" > FD-archive-key
- Getting the key from the public server in case gpg fetching doesn’t work
wget https://public.fusiondirectory.org/FD-archive-key
Adding the key to apt for Debian/Ubuntu¶
apt-key add FD-archive-key
Adding the key for RPM into Centos¶
cp FD-archive-key /etc/pki/rpm-gpg/RPM-GPG-KEY-FUSIONDIRECTORY
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-FUSIONDIRECTORY