]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: adding "--unlock-key-file" to systemd-cryptenroll
authorJan B <git@keksgesicht.net>
Wed, 27 Jul 2022 20:03:35 +0000 (22:03 +0200)
committerJan B <git@keksgesicht.net>
Thu, 11 Aug 2022 10:32:47 +0000 (12:32 +0200)
man/systemd-cryptenroll.xml

index 2aa396e3004bfe4790b5b166b0063e512e334d06..afde0fad7e2575e6fe6d3bd17983b017e0e4b992 100644 (file)
         </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>