]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: mention that --key= is about *secret* keys
authorLennart Poettering <lennart@poettering.net>
Wed, 4 Nov 2020 15:23:11 +0000 (16:23 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 16 Dec 2020 13:31:39 +0000 (14:31 +0100)
(cherry picked from commit ce82de671f63105e9839978b432e2b015783ffc0)

man/systemd-journal-gatewayd.service.xml
man/systemd-journal-remote.service.xml

index 61a403766975655d8b39d535a499b0be6c9c24c5..43ceb97032cb43e2097b872dfe85a25f57dcc100 100644 (file)
@@ -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>
index 6e068a617a0a32592fc7ae711031e413004288cb..bea0936d6669892528793b20b9094b077b4c45f7 100644 (file)
       <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>