Getting the official GPG keys to active package signature¶
Our packages for Debian and Centos/RHEL are signed with the official gpg key of the project.
Getting the new official gpg key¶
gpg --keyserver keys.gnupg.net --recv-key 0xD744D55EACDA69FF
gpg --export -a "FusionDirectory Project Signing Key <contact@fusiondirectory.org>" > FD-archive-key
Getting the development gpg key¶
gpg --keyserver keys.gnupg.net --recv-key 0xADD3A1B88B29AE4A
gpg --export -a "FusionDirectory Packagers <fusiondirectory-packages@lists.fusiondirectory.org>" > FD-archive-dev-key
Adding the key to apt for Debian/Ubuntu¶
apt-key add FD-archive-key
Adding the key to RPM for Centos / RHEL / Scientific Linux¶
cp FD-archive-key /etc/pki/rpm-gpg/RPM-GPG-KEY-FUSIONDIRECTORY
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-FUSIONDIRECTORY