From dab4e9fd34e57bd665984d11fde9fc1551d68687 Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 19 Jan 2021 13:54:55 -0800 Subject: [PATCH] Fixed GPG doc issue in Centos/RHEL 8 --- docs/Getting Started/RHEL and CentOS.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/Getting Started/RHEL and CentOS.rst b/docs/Getting Started/RHEL and CentOS.rst index 36ec33b..944fc55 100644 --- a/docs/Getting Started/RHEL and CentOS.rst +++ b/docs/Getting Started/RHEL and CentOS.rst @@ -42,10 +42,11 @@ And for RHEL/CentOS 8 and newer: .. code:: sh $ sudo dnf install https://zfsonlinux.org/epel/zfs-release..noarch.rpm - $ gpg --quiet --with-fingerprint /etc/pki/rpm-gpg/RPM-GPG-KEY-zfsonlinux - pub 2048R/F14AB620 2013-03-21 ZFS on Linux - Key fingerprint = C93A FFFD 9F3F 7B03 C310 CEB6 A9D5 A1C0 F14A B620 - sub 2048R/99685629 2013-03-21 + $ gpg --import --import-options show-only /etc/pki/rpm-gpg/RPM-GPG-KEY-zfsonlinux + pub rsa2048 2013-03-21 [SC] + C93AFFFD9F3F7B03C310CEB6A9D5A1C0F14AB620 + uid ZFS on Linux + sub rsa2048 2013-03-21 [E] After installing the *zfs-release* package and verifying the public key users can opt to install either the DKMS or kABI-tracking kmod style packages.