Update 06-distributed-monitoring.md

fix typo
This commit is contained in:
Pavel Motyrev 2024-05-13 18:11:15 +07:00 committed by GitHub
parent da2b592b77
commit 397d36f52a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3183,7 +3183,7 @@ Create a certificate signing request (CSR) for the local instance:
Sign the CSR with the previously created CA: 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. Repeat the steps for all instances in your setup.