Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: trusted-encrypted.rst: update parameters for command examples

The parameters in command examples for tpm2_createprimary and
tpm2_evictcontrol are outdated, people (like me) are not able to create
trusted key by these command examples.

This patch updates the parameters of command example tpm2_createprimary
and tpm2_evictcontrol in trusted-encrypted.rst. With Linux kernel v5.8
and tpm2-tools-4.1, people can create a trusted key by following the
examples in this document.

Signed-off-by: Coly Li <colyli@suse.de>
Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: James Bottomley <jejb@linux.ibm.com>
Cc: Jason Gunthorpe <jgg@ziepe.ca>
Cc: Mimi Zohar <zohar@linux.ibm.com>
Cc: Peter Huewe <peterhuewe@gmx.de>
Link: https://lore.kernel.org/r/20200821135356.15737-1-colyli@suse.de
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Coly Li and committed by
Jonathan Corbet
bb84bc51 46ca9ee5

+2 -3
+2 -3
Documentation/security/keys/trusted-encrypted.rst
··· 39 39 40 40 Or with the Intel TSS 2 stack:: 41 41 42 - #> tpm2_createprimary --hierarchy o -G rsa2048 -o key.ctxt 42 + #> tpm2_createprimary --hierarchy o -G rsa2048 -c key.ctxt 43 43 [...] 44 - handle: 0x800000FF 45 - #> tpm2_evictcontrol -c key.ctxt -p 0x81000001 44 + #> tpm2_evictcontrol -c key.ctxt 0x81000001 46 45 persistentHandle: 0x81000001 47 46 48 47 Usage::