From 5a011fcb2848446d2142b4106960e1503efa3382 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Mon, 16 May 2016 16:23:17 +0200 Subject: [PATCH] Docs: Use HTTPS for debmon.org Except for apt itself, as that needs the non-default apt-transport-https fixes #11837 Signed-off-by: Michael Friedrich --- doc/2-getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/2-getting-started.md b/doc/2-getting-started.md index 8fddad97e..c600cb02e 100644 --- a/doc/2-getting-started.md +++ b/doc/2-getting-started.md @@ -12,7 +12,7 @@ and distribution you are running. Distribution | Repository ------------------------|--------------------------- - Debian | [debmon](http://debmon.org/packages/debmon-jessie/icinga2), [Icinga Repository](http://packages.icinga.org/debian/) + Debian | [debmon](https://debmon.org/packages/debmon-jessie/icinga2), [Icinga Repository](http://packages.icinga.org/debian/) Ubuntu | [Icinga PPA](https://launchpad.net/~formorer/+archive/ubuntu/icinga), [Icinga Repository](http://packages.icinga.org/ubuntu/) RHEL/CentOS | [Icinga Repository](http://packages.icinga.org/epel/) openSUSE | [Icinga Repository](http://packages.icinga.org/openSUSE/), [Server Monitoring Repository](https://build.opensuse.org/package/show/server:monitoring/icinga2) @@ -31,7 +31,7 @@ Below is a list with examples for the various distributions. Debian (debmon): - # wget -O - http://debmon.org/debmon/repo.key 2>/dev/null | apt-key add - + # wget -O - https://debmon.org/debmon/repo.key 2>/dev/null | apt-key add - # echo 'deb http://debmon.org/debmon debmon-jessie main' >/etc/apt/sources.list.d/debmon.list # apt-get update