mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-21 12:24:29 +02:00
16 lines
501 B
XML
16 lines
501 B
XML
<varlistentry>
|
|
<term><option>--tls-engine-kpass-sha1</option></term>
|
|
<listitem>
|
|
<para>
|
|
SHA1 of the private key password when using an TLS engine. Some TLS
|
|
engines such as the TPM engine may require the use of a password in
|
|
order to be accessed. This option allows a hex encoded SHA1 hash of
|
|
the password to the engine directly, instead of the user being
|
|
prompted for the password.
|
|
</para>
|
|
<para>
|
|
See also <option>--tls-engine</option>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|