Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Al2Klimov authored Jun 26, 2024
1 parent acf8795 commit 7504161
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions doc/02-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ apt-get update
### CentOS Repository <a id="centos-repository"></a>

```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
```

Expand Down Expand Up @@ -123,7 +122,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.

```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
```

Expand Down Expand Up @@ -165,8 +163,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.

```bash
rpm --import https://packages.icinga.com/icinga.key

zypper ar https://packages.icinga.com/subscription/sles/ICINGA-release.repo
zypper ref
```
Expand Down Expand Up @@ -194,7 +190,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.

```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
```

Expand Down

0 comments on commit 7504161

Please sign in to comment.