man: mention that --key= is about *secret* keys

This commit is contained in:
Lennart Poettering 2020-11-04 16:23:11 +01:00
parent e5de42e6f2
commit ce82de671f
2 changed files with 3 additions and 3 deletions

View 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>

View File

@ -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>