From 6c724d2797bed43cbbe0e78a401a3432b73c8541 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 4 Feb 2014 08:27:51 +0100 Subject: [PATCH] Add note about certificate file permissions. Fixes #5573 --- doc/6-advanced-topics.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/6-advanced-topics.md b/doc/6-advanced-topics.md index 4c6a3c671..0e1d73ffa 100644 --- a/doc/6-advanced-topics.md +++ b/doc/6-advanced-topics.md @@ -176,6 +176,11 @@ A sample config part can look like this: peers = [ "icinga-node-2" ] } +> **Note** +> +> The certificate files must be readable by the user Icinga 2 is running as. Also, +> the private key file should not be world-readable. + Peers configures the direction used to connect multiple nodes together. If have a three node cluster consisting of -- 2.40.0