docs: adding "--unlock-key-file" to systemd-cryptenroll

This commit is contained in:
Jan B 2022-07-27 22:03:35 +02:00
parent 03f36e9c01
commit 1f4190244b

View file

@ -100,6 +100,15 @@
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--unlock-key-file=</option><replaceable>PATH</replaceable></term>
<listitem><para>Use a file instead of a password/passphrase read from stdin to unlock the volume.
Expects the PATH to the file containing your key to unlock the volume. Currently there is nothing like
<option>--key-file-offset=</option> or <option>--key-file-size=</option> so this file has to only
contain the full key.</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--pkcs11-token-uri=</option><replaceable>URI</replaceable></term>