From a413532e54776a06778affba638ea45456baf3c9 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 24 Jun 2015 13:34:34 +0200 Subject: [PATCH] Add missing openssl verify to cluster troubleshooting docs fixes #9490 --- doc/16-troubleshooting.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/16-troubleshooting.md b/doc/16-troubleshooting.md index 777f07244..3dbaa5152 100644 --- a/doc/16-troubleshooting.md +++ b/doc/16-troubleshooting.md @@ -243,7 +243,10 @@ Unauthenticated nodes are able to connect required by the [2015-06-10 03:28:11 +0200] information/ApiListener: New client connection for identity 'icinga-client' (unauthenticated) If this message does not go away, make sure to verify the client's certificate and -its received `ca.crt` in `/etc/icinga2/pki`. +its received `ca.crt` in `/etc/icinga2/pki` (both master and client). + + # openssl verify -verbose -CAfile ca.crt nbmif.int.netways.de.crt + nbmif.int.netways.de.crt: OK ### Cluster Troubleshooting Message Errors -- 2.40.0