mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
Merge pull request #10056 from legioner0/patch-1
Update 06-distributed-monitoring.md
This commit is contained in:
commit
b6b2f72055
2 changed files with 2 additions and 1 deletions
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 a new issue