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> 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.