From 397d36f52a9b2f50d0d7c551b5fa59f483aa8f02 Mon Sep 17 00:00:00 2001 From: Pavel Motyrev Date: Mon, 13 May 2024 18:11:15 +0700 Subject: [PATCH 1/2] Update 06-distributed-monitoring.md fix typo --- doc/06-distributed-monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/06-distributed-monitoring.md b/doc/06-distributed-monitoring.md index 5d4db15e5..c72975713 100644 --- a/doc/06-distributed-monitoring.md +++ b/doc/06-distributed-monitoring.md @@ -3183,7 +3183,7 @@ Create a certificate signing request (CSR) for the local instance: Sign the CSR with the previously created CA: ``` -[root@icinga2-master1.localdomain /root]# icinga2 pki sign-csr --csr icinga2-master1.localdomain.csr --cert icinga2-master1.localdomain +[root@icinga2-master1.localdomain /root]# icinga2 pki sign-csr --csr icinga2-master1.localdomain.csr --cert icinga2-master1.localdomain.crt ``` Repeat the steps for all instances in your setup. From 1526b191cdd5d70bc88e38de8b8cb43f200e9f44 Mon Sep 17 00:00:00 2001 From: Pavel Motyrev Date: Tue, 28 May 2024 10:55:16 +0700 Subject: [PATCH 2/2] Update AUTHORS --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index 5233c5dc2..b661897b6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -225,6 +225,7 @@ Patrick Dolinic Patrick Huy Paul Denning Paul Richards +Pavel Motyrev Pawel Szafer Per von Zweigbergk Peter Eckel <6815386+peteeckel@users.noreply.github.com>