]> granicus.if.org Git - icinga2/commitdiff
Docs: Use HTTPS for debmon.org
authorEvgeni Golov <evgeni@golov.de>
Mon, 16 May 2016 14:23:17 +0000 (16:23 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Wed, 25 May 2016 07:57:04 +0000 (09:57 +0200)
Except for apt itself, as that needs the non-default apt-transport-https

fixes #11837

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
doc/2-getting-started.md

index 8fddad97e3611dba051f56ccfcebb3f1cbf033ab..c600cb02e03b1002917369528c72b24d9c288f8f 100644 (file)
@@ -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