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.
This commit is contained in:
Alexander Aleksandrovič Klimov 2024-06-26 10:16:42 +02:00 committed by Johannes Meyer
parent 605b3568d2
commit 2221b27371
1 changed files with 0 additions and 5 deletions

View File

@ -99,7 +99,6 @@ apt-get update
### CentOS Repository <a id="centos-repository"></a> ### CentOS Repository <a id="centos-repository"></a>
```bash ```bash
rpm --import https://packages.icinga.com/icinga.key
wget https://packages.icinga.com/centos/ICINGA-release.repo -O /etc/yum.repos.d/ICINGA-release.repo wget https://packages.icinga.com/centos/ICINGA-release.repo -O /etc/yum.repos.d/ICINGA-release.repo
``` ```
@ -132,7 +131,6 @@ yum install centos-release-scl
Don't forget to fill in the username and password section with your credentials in the local .repo file. Don't forget to fill in the username and password section with your credentials in the local .repo file.
```bash ```bash
rpm --import https://packages.icinga.com/icinga.key
wget https://packages.icinga.com/subscription/rhel/ICINGA-release.repo -O /etc/yum.repos.d/ICINGA-release.repo wget https://packages.icinga.com/subscription/rhel/ICINGA-release.repo -O /etc/yum.repos.d/ICINGA-release.repo
``` ```
@ -174,8 +172,6 @@ yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.r
Don't forget to fill in the username and password section with your credentials in the local .repo file. Don't forget to fill in the username and password section with your credentials in the local .repo file.
```bash ```bash
rpm --import https://packages.icinga.com/icinga.key
zypper ar https://packages.icinga.com/subscription/sles/ICINGA-release.repo zypper ar https://packages.icinga.com/subscription/sles/ICINGA-release.repo
zypper ref zypper ref
``` ```
@ -203,7 +199,6 @@ SUSEConnect -p PackageHub/$VERSION_ID/x86_64
Don't forget to fill in the username and password section with your credentials in the local .repo file. Don't forget to fill in the username and password section with your credentials in the local .repo file.
```bash ```bash
rpm --import https://packages.icinga.com/icinga.key
wget https://packages.icinga.com/subscription/amazon/ICINGA-release.repo -O /etc/yum.repos.d/ICINGA-release.repo wget https://packages.icinga.com/subscription/amazon/ICINGA-release.repo -O /etc/yum.repos.d/ICINGA-release.repo
``` ```