From ce82de671f63105e9839978b432e2b015783ffc0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 4 Nov 2020 16:23:11 +0100 Subject: [PATCH] man: mention that --key= is about *secret* keys --- man/systemd-journal-gatewayd.service.xml | 4 ++-- man/systemd-journal-remote.service.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/systemd-journal-gatewayd.service.xml b/man/systemd-journal-gatewayd.service.xml index 61a4037669..43ceb97032 100644 --- a/man/systemd-journal-gatewayd.service.xml +++ b/man/systemd-journal-gatewayd.service.xml @@ -68,8 +68,8 @@ Specify the path to a file or AF_UNIX stream socket to read the - server key corresponding to the certificate specified with from. The key - must be in PEM format. + secret server key corresponding to the certificate specified with from. The + key must be in PEM format. diff --git a/man/systemd-journal-remote.service.xml b/man/systemd-journal-remote.service.xml index 6e068a617a..bea0936d66 100644 --- a/man/systemd-journal-remote.service.xml +++ b/man/systemd-journal-remote.service.xml @@ -180,7 +180,7 @@ - Takes a path to a SSL key file in PEM format. Defaults to + Takes a path to a SSL secret key file in PEM format. Defaults to &CERTIFICATE_ROOT;/private/journal-remote.pem. This option can be used with . If the path refers to an AF_UNIX stream socket in the file system a connection is made to it and the key read from it.