mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-06 12:58:22 +03:00
man: mention that --key= is about *secret* keys
This commit is contained in:
parent
e5de42e6f2
commit
ce82de671f
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user