-
Notifications
You must be signed in to change notification settings - Fork 581
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10056 from legioner0/patch-1
Update 06-distributed-monitoring.md
- Loading branch information
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -225,6 +225,7 @@ Patrick Dolinic <[email protected]> | |
Patrick Huy <[email protected]> | ||
Paul Denning <[email protected]> | ||
Paul Richards <[email protected]> | ||
Pavel Motyrev <[email protected]> | ||
Pawel Szafer <[email protected]> | ||
Per von Zweigbergk <[email protected]> | ||
Peter Eckel <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3183,7 +3183,7 @@ Create a certificate signing request (CSR) for the local instance: | |
Sign the CSR with the previously created CA: | ||
|
||
``` | ||
[[email protected] /root]# icinga2 pki sign-csr --csr icinga2-master1.localdomain.csr --cert icinga2-master1.localdomain | ||
[[email protected] /root]# icinga2 pki sign-csr --csr icinga2-master1.localdomain.csr --cert icinga2-master1.localdomain.crt | ||
``` | ||
|
||
Repeat the steps for all instances in your setup. | ||
|