mirror of https://github.com/Icinga/icinga2.git
Merge pull request #10056 from legioner0/patch-1
Update 06-distributed-monitoring.md
This commit is contained in:
commit
b6b2f72055
1
AUTHORS
1
AUTHORS
|
@ -225,6 +225,7 @@ Patrick Dolinic <pdolinic@netways.de>
|
|||
Patrick Huy <frz@frz.cc>
|
||||
Paul Denning <paul.denning@dimensiondata.com>
|
||||
Paul Richards <paul@minimoo.org>
|
||||
Pavel Motyrev <legioner.r@gmail.com>
|
||||
Pawel Szafer <pszafer@gmail.com>
|
||||
Per von Zweigbergk <pvz@itassistans.se>
|
||||
Peter Eckel <6815386+peteeckel@users.noreply.github.com>
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue