From 3a0ce83da35ec113da74ca527b6d81acdaf3b894 Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Wed, 23 Dec 2015 14:30:59 -0500 Subject: [PATCH] Documentation: Fix typos in troubleshooting. Signed-off-by: Jean Flach fixes #10908 --- doc/16-troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/16-troubleshooting.md b/doc/16-troubleshooting.md index 9d643ec1d..3ce32b434 100644 --- a/doc/16-troubleshooting.md +++ b/doc/16-troubleshooting.md @@ -258,7 +258,7 @@ Steps on the client `icinga2-node2.localdomain`: Try to manually connect from `icinga2-node2.localdomain` to the master node `icinga2-node1.localdomain`: - # openssl s_client -CAfile /etc/icinga2/pki/ca.crt -cert /etc/icinga2/pki/icinga2-node2.localdomain.crt -key /etc/icinga2/pki/icinga2-node2.localdomain..key -connect icinga2-node1.localdomain.crt:5665 + # openssl s_client -CAfile /etc/icinga2/pki/ca.crt -cert /etc/icinga2/pki/icinga2-node2.localdomain.crt -key /etc/icinga2/pki/icinga2-node2.localdomain.key -connect icinga2-node1.localdomain:5665 CONNECTED(00000003) --- -- 2.50.1