Add missing openssl verify to cluster troubleshooting docs

fixes #9490
This commit is contained in:
Michael Friedrich 2015-06-24 13:34:34 +02:00
parent b8bbff87ca
commit a413532e54
1 changed files with 4 additions and 1 deletions

View 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