diff options
author | Dan Streetman <ddstreet@ieee.org> | 2023-08-22 01:25:49 +0200 |
---|---|---|
committer | Dan Streetman <ddstreet@ieee.org> | 2023-08-24 18:35:58 +0200 |
commit | a11a2e059cd8e7d488985c23ceee0d6a2d5c8fb0 (patch) | |
tree | 45563725b838c41071ee2960b40de2b5a1bad12f /man/systemd-cryptenroll.xml | |
parent | tpm2: wrap (7) in UINT32_C() (diff) | |
download | systemd-a11a2e059cd8e7d488985c23ceee0d6a2d5c8fb0.tar.xz systemd-a11a2e059cd8e7d488985c23ceee0d6a2d5c8fb0.zip |
cryptenroll: change man page example to remove leading 0x and lowercase hex
Diffstat (limited to '')
-rw-r--r-- | man/systemd-cryptenroll.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-cryptenroll.xml b/man/systemd-cryptenroll.xml index cea2072c47..a959217ebb 100644 --- a/man/systemd-cryptenroll.xml +++ b/man/systemd-cryptenroll.xml @@ -403,9 +403,9 @@ specifies that PCR registers 4, 1, and 5 should be used.</para> <para>Example: <option>--tpm2-pcrs=7:sha256</option> specifies that PCR register 7 from the SHA256 bank should be used.</para> - <para>Example: <option>--tpm2-pcrs=4:sha1=0x3A3F780F11A4B49969FCAA80CD6E3957C33B2275</option> + <para>Example: <option>--tpm2-pcrs=4:sha1=3a3f780f11a4b49969fcaa80cd6e3957c33b2275</option> specifies that PCR register 4 from the SHA1 bank should be used, and a hash digest value of - 0x3A3F780F11A4B49969FCAA80CD6E3957C33B2275 will be used instead of reading the current PCR + 3a3f780f11a4b49969fcaa80cd6e3957c33b2275 will be used instead of reading the current PCR value.</para> </listitem> </varlistentry> |