diff options
author | Jan B <git@keksgesicht.net> | 2022-07-27 22:03:35 +0200 |
---|---|---|
committer | Jan B <git@keksgesicht.net> | 2022-08-11 12:32:47 +0200 |
commit | 1f4190244bc4134919dcf7c29428029a74755e61 (patch) | |
tree | 5c7de59d3d4f50721d0fbb9934fed5b6347996d0 /man | |
parent | cryptenroll: adding the option to use a keyfile to unlock the device (diff) | |
download | systemd-1f4190244bc4134919dcf7c29428029a74755e61.tar.xz systemd-1f4190244bc4134919dcf7c29428029a74755e61.zip |
docs: adding "--unlock-key-file" to systemd-cryptenroll
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-cryptenroll.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/systemd-cryptenroll.xml b/man/systemd-cryptenroll.xml index 2aa396e300..afde0fad7e 100644 --- a/man/systemd-cryptenroll.xml +++ b/man/systemd-cryptenroll.xml @@ -101,6 +101,15 @@ </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> <listitem><para>Enroll a PKCS#11 security token or smartcard (e.g. a YubiKey). Expects a PKCS#11 |