From 01fcce3c260907448f40d7a0ef78046f08ab72f8 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Thu, 16 May 2024 14:42:37 +0200 Subject: [PATCH] Don't rpm --import https://packages.icinga.com/icinga.key just like on packages.icinga.com and for the same security reasons we don't use apt-key add anymore for: https://blog.cloudflare.com/dont-use-apt-key Our repos already reference https://packages.icinga.com/icinga.key and both RPM distro families properly handle that. --- Amazon-Linux.md | 1 - CentOS.md | 1 - Fedora.md | 1 - RHEL.md | 1 - SLES.md | 2 -- openSUSE.md | 1 - 6 files changed, 7 deletions(-) diff --git a/Amazon-Linux.md b/Amazon-Linux.md index de4562a..eddf7e2 100644 --- a/Amazon-Linux.md +++ b/Amazon-Linux.md @@ -19,7 +19,6 @@ All packages we provide are signed with the following [key](https://packages.ici Here’s how to add the official release repository: ```bash -rpm --import https://packages.icinga.com/icinga.key curl https://packages.icinga.com/subscription/amazon/ICINGA-release.repo -o /etc/yum.repos.d/ICINGA-release.repo ``` diff --git a/CentOS.md b/CentOS.md index 2b2165a..df9c403 100644 --- a/CentOS.md +++ b/CentOS.md @@ -12,7 +12,6 @@ All packages we provide are signed with the following [key](https://packages.ici Here’s how to add the official release repository: ```bash -rpm --import https://packages.icinga.com/icinga.key curl https://packages.icinga.com/centos/ICINGA-release.repo -o /etc/yum.repos.d/ICINGA-release.repo ``` diff --git a/Fedora.md b/Fedora.md index 24aee60..93ec250 100644 --- a/Fedora.md +++ b/Fedora.md @@ -12,7 +12,6 @@ All packages we provide are signed with the following [key](https://packages.ici Here’s how to add the official release repository: ```bash -rpm --import https://packages.icinga.com/icinga.key dnf install -y 'dnf-command(config-manager)' dnf config-manager --add-repo https://packages.icinga.com/fedora/$(. /etc/os-release; echo "$VERSION_ID")/release ``` diff --git a/RHEL.md b/RHEL.md index 1b2b8af..8496ba4 100644 --- a/RHEL.md +++ b/RHEL.md @@ -19,7 +19,6 @@ All packages we provide are signed with the following [key](https://packages.ici Here’s how to add the official release repository: ```bash -rpm --import https://packages.icinga.com/icinga.key curl https://packages.icinga.com/subscription/rhel/ICINGA-release.repo -o /etc/yum.repos.d/ICINGA-release.repo ``` diff --git a/SLES.md b/SLES.md index 463d55d..bef151e 100644 --- a/SLES.md +++ b/SLES.md @@ -19,8 +19,6 @@ All packages we provide are signed with the following [key](https://packages.ici Here’s how to add the official release repository: ```bash -rpm --import https://packages.icinga.com/icinga.key - zypper ar -r https://packages.icinga.com/subscription/sles/$releasever/release/ icinga-stable-release ``` diff --git a/openSUSE.md b/openSUSE.md index 5606b5a..b0d3e5b 100644 --- a/openSUSE.md +++ b/openSUSE.md @@ -12,7 +12,6 @@ All packages we provide are signed with the following [key](https://packages.ici Here’s how to add the official release repository: ```bash -rpm --import https://packages.icinga.com/icinga.key zypper ar -r https://packages.icinga.com/openSUSE/ICINGA-release.repo ```