]> granicus.if.org Git - icinga2/commitdiff
Add missing openssl verify to cluster troubleshooting docs
authorMichael Friedrich <michael.friedrich@netways.de>
Wed, 24 Jun 2015 11:34:34 +0000 (13:34 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Wed, 24 Jun 2015 11:35:58 +0000 (13:35 +0200)
fixes #9490

doc/16-troubleshooting.md

index 777f07244bf6472c326fa3739cf6f7804a1af8fb..3dbaa5152761babbb3dcd1c4983389fe5b4a5a23 100644 (file)
@@ -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
 
 
 ### <a id="troubleshooting-cluster-message-errors"></a> Cluster Troubleshooting Message Errors