Merge pull request #142 from jesseward/centos-wget-fedoraproject-fix

Fix certificate error when wget fetches EPEL gpg key
This commit is contained in:
Axilleas Pipinellis
2013-10-17 17:44:26 -07:00

View File

@@ -72,7 +72,7 @@ As part of the Fedora packaging community, EPEL packages are 100% free/libre ope
Download the GPG key for EPEL repository from [fedoraproject][keys] and install it on your system:
sudo wget -O /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 https://fedoraproject.org/static/0608B895.txt
sudo wget -O /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 https://www.fedoraproject.org/static/0608B895.txt
sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
Verify that the key got installed successfully: