From: Michael Friedrich Date: Wed, 24 Jun 2015 11:34:34 +0000 (+0200) Subject: Add missing openssl verify to cluster troubleshooting docs X-Git-Tag: v2.4.0~571 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0940b7a48dba576cde9fad167491610c1cc5d917;p=icinga2 Add missing openssl verify to cluster troubleshooting docs fixes #9490 --- 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