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 and nilmerg committed Nov 4, 2024
1 parent 605b356 commit 2221b27
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 @@ -99,7 +99,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 @@ -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.

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

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

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

Please sign in to comment.