Update passive_journal_centralization_guide_self_signed_certs.md
Costa Tsaousis committed
Oct 17, 2023 at 22:43 UTC
8ef4e52c9e6cafd156f8672e3cdb959b6a1aa441
1 file changed
+8
collectors/systemd-journal.plugin/passive_journal_centralization_guide_self_signed_certs.md
+8
@@ -28,6 +28,14 @@ We suggest to keep this script and all the involved certificates at the journals
28
29
The script can be edited and re-run to create new certificates as clients are added to your network. The existing certificates will not be altered, allowing existing connections to work uninterrupted while new journal clients are added to your network.
30
31
+On the server you will generate the certificates (usually the journals centralization server, but it can be any other), make sure you have `openssl` installed:
32
+
33
+```bash
34
+apt-get install openssl
35
+```
36
+
37
+Download the script to generate the certificates:
38
+
39
```bash
40
wget -O systemd-journal-self-signed-certs.sh "https://gist.githubusercontent.com/ktsaou/d62b8a6501cf9a0da94f03cbbb71c5c7/raw/c346e61e0a66f45dc4095d254bd23917f0a01bd0/systemd-journal-self-signed-certs.sh"
41
chmod 755 systemd-journal-self-signed-certs.sh