From: Lennart Poettering Date: Wed, 4 Nov 2020 15:23:11 +0000 (+0100) Subject: man: mention that --key= is about *secret* keys X-Git-Tag: v248-rc1~615^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce82de671f63105e9839978b432e2b015783ffc0;p=thirdparty%2Fsystemd.git man: mention that --key= is about *secret* keys --- diff --git a/man/systemd-journal-gatewayd.service.xml b/man/systemd-journal-gatewayd.service.xml index 61a40376697..43ceb97032c 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 6e068a617a0..bea0936d666 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.