diff --git a/content/index.erb b/content/index.erb index 42cded0..a92d9e8 100644 --- a/content/index.erb +++ b/content/index.erb @@ -34,9 +34,8 @@ $(document).ready(function () {
Presentations include Container Orchestration, Docker, foreman and more. Register here
-Sponsored by inovex
+Presentations include Container Orchestration, Docker, foreman and more. Register here
Presentations include MariaDB, Vagrant, Firewalld, selinux and more. Register here
-Sponsored by Zenica
- -Come join the CentOS team in Barcelona
Sponsored by CSUC
diff --git a/content/keys.md b/content/keys.md new file mode 100644 index 0000000..0ea1682 --- /dev/null +++ b/content/keys.md @@ -0,0 +1,78 @@ +--- +title: "CentOS GPG Keys" +markdown: basic +is_dynamic: true +--- +* Table of contents will replace this text. +{:toc} + +#CentOS GPG Keys +{:.no_toc} + +#How CentOS uses GPG keys +Each stable RPM package that is published by CentOS Project is signed with a GPG signature. By default, yum and the graphical update tools will verify these signatures and refuse to install any packages that are not signed, or have an incorrect signature. You should always verify the signature of a package prior to installation. These signatures ensure that the packages you install are what was produced by the CentOS Project and have not been altered by any mirror or website providing the packages. + +#Importing Keys +The Project GPG keys are included in the centos-release package, and are typically found in /etc/pki/rpm-gpg. Please note that not all keys in this directory are used by the CentOS project. Some keys may be placed in this directory by 3rd party repositories to enable the secure use of extra packages as well. The keys used by CentOS are enabled in the yum repository configuration, so you generally don't need to manually import them. + +If you want to verify that the keys installed on your system match the keys listed here, you can use GnuPG to check that the key fingerprint matches. For example: + + gpg --quiet --with-fingerprint /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 + pub 4096R/F4A80EB5 2014-06-23 CentOS-7 Key (CentOS 7 Official Signing Key)