@cryptotaxi247 / netdata-1 / commits / fff8c7f9b

Update passive_journal_centralization_guide_self_signed_certs.md

Costa Tsaousis committed Oct 17, 2023 at 22:44 UTC fff8c7f9be2f05311f1fc8f1dfeafe1d301871ed
1 file changed +3 -3
collectors/systemd-journal.plugin/passive_journal_centralization_guide_self_signed_certs.md
+3 -3
@@ -82,11 +82,11 @@ scp /etc/ssl/systemd-journal-remote/runme-on-XXX.sh XXX:/tmp/
82
83 ## Server configuration
84
85 -On the centralization server install `systemd-journal-remote` and `openssl`:
85 +On the centralization server install `systemd-journal-remote`:
86
87 ```bash
88 # change this according to your distro
89 -sudo apt-get install systemd-journal-remote openssl
89 +sudo apt-get install systemd-journal-remote
90 ```
91
92 Make sure the journal transfer protocol is `https`:
@@ -136,7 +136,7 @@ sudo bash /tmp/runme-on-XXX.sh
136
137 ## Client configuration
138
139 -On the clients, install `systemd-journal-remote`:
139 +On the clients, install `systemd-journal-remote` (it includes `systemd-journal-upload`):
140
141 ```bash
142 # change this according to your distro