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-gatewayd.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-gatewayd.service.xml')
-rw-r--r-- | man/systemd-journal-gatewayd.service.xml | 4 |
1 files changed, 2 insertions, 2 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 @@ <term><option>--key=</option></term> <listitem><para>Specify the path to a file or <constant>AF_UNIX</constant> stream socket to read the - server key corresponding to the certificate specified with <option>--cert=</option> from. The key - must be in PEM format.</para></listitem> + secret server key corresponding to the certificate specified with <option>--cert=</option> from. The + key must be in PEM format.</para></listitem> </varlistentry> <varlistentry> |