1tss2_delete(1) General Commands Manual tss2_delete(1)
2
3
4
6 tss2_delete(1) -
7
9 tss2_delete [OPTIONS]
10
12 fapi-config(5) to adjust Fapi parameters like the used cryptographic
13 profile and TCTI or directories for the Fapi metadata storages.
14
15 fapi-profile(5) to determine the cryptographic algorithms and parame‐
16 ters for all keys and operations of a specific TPM interaction like the
17 name hash algorithm, the asymmetric signature algorithm, scheme and pa‐
18 rameters and PCR bank selection.
19
21 tss2_delete(1) - This command deletes the given key, policy or NV from
22 the FAPI metadata store and the TPM. Depending on the entity type, one
23 of the following actions are taken:
24
25 - Non-persistent key: Flush from TPM (if loaded) and delete public and private blobs from keystore.
26 - Persistent keys: Evict from TPM and delete public and private blobs from keystore
27 - Primary keys: Flush from TPM and delete public blob from keystore
28 - NV index: Undefine NV index from TPM and delete public blob from FAPI metadata store
29 - Policies: Delete entry from policy store
30 - Hierarchy, PCR: These are not deletable
31 - Special keys ek, srk: These are not deletable
32
34 These are the available options:
35
36 • -p, --path=STRING:
37
38 The path to the entity to delete.
39
41 This collection of options are common to all tss2 programs and provide
42 information that many users may expect.
43
44 • -h, --help [man|no-man]: Display the tools manpage. By default, it
45 attempts to invoke the manpager for the tool, however, on failure
46 will output a short tool summary. This is the same behavior if the
47 “man” option argument is specified, however if explicit “man” is re‐
48 quested, the tool will provide errors from man on stderr. If the
49 “no-man” option if specified, or the manpager fails, the short op‐
50 tions will be output to stdout.
51
52 To successfully use the manpages feature requires the manpages to be
53 installed or on MANPATH, See man(1) for more details.
54
55 • -v, --version: Display version information for this tool, supported
56 tctis and exit.
57
60 tss2_delete --path=/HS
61
63 0 on success or 1 on failure.
64
66 Github Issues (https://github.com/tpm2-software/tpm2-tools/issues)
67
69 See the Mailing List (https://lists.linuxfoundation.org/mailman/listin‐
70 fo/tpm2)
71
72
73
74tpm2-tools APRIL 2019 tss2_delete(1)