diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-11-04 16:23:11 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-12-01 14:17:47 +0100 |
commit | ce82de671f63105e9839978b432e2b015783ffc0 (patch) | |
tree | d2cf37da5e75144a26abeb883734f2f4acc0430d /man/systemd-journal-remote.service.xml | |
parent | journal-remote: use READ_FULL_FILE_SECURE|READ_FULL_FILE_WARN_WORLD_READABLE ... (diff) | |
download | systemd-ce82de671f63105e9839978b432e2b015783ffc0.tar.xz systemd-ce82de671f63105e9839978b432e2b015783ffc0.zip |
man: mention that --key= is about *secret* keys
Diffstat (limited to 'man/systemd-journal-remote.service.xml')
-rw-r--r-- | man/systemd-journal-remote.service.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <varlistentry> <term><option>--key=</option></term> - <listitem><para> Takes a path to a SSL key file in PEM format. Defaults to + <listitem><para>Takes a path to a SSL secret key file in PEM format. Defaults to <filename>&CERTIFICATE_ROOT;/private/journal-remote.pem</filename>. This option can be used with <option>--listen-https=</option>. If the path refers to an <constant>AF_UNIX</constant> stream socket in the file system a connection is made to it and the key read from it.</para></listitem> |