12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- .\" Automatically generated by Pandoc 1.19.2.4
- .\"
- .TH "tss2_delete" "1" "APRIL 2019" "tpm2\-tools" "General Commands Manual"
- .hy
- .SH NAME
- .PP
- \f[B]tss2_delete\f[](1) \-
- .SH SYNOPSIS
- .PP
- \f[B]tss2_delete\f[] [\f[I]OPTIONS\f[]]
- .SH SEE ALSO
- .PP
- \f[B]fapi\-config(5)\f[] to adjust Fapi parameters like the used
- cryptographic profile and TCTI or directories for the Fapi metadata
- storages.
- .PP
- \f[B]fapi\-profile(5)\f[] to determine the cryptographic algorithms and
- parameters for all keys and operations of a specific TPM interaction
- like the name hash algorithm, the asymmetric signature algorithm, scheme
- and parameters and PCR bank selection.
- .SH DESCRIPTION
- .PP
- \f[B]tss2_delete\f[](1) \- This command deletes the given key, policy or
- NV from the FAPI metadata store and the TPM.
- Depending on the entity type, one of the following actions are taken:
- .IP
- .nf
- \f[C]
- \-\ Non\-persistent\ key:\ Flush\ from\ TPM\ (if\ loaded)\ and\ delete\ public\ and\ private\ blobs\ from\ keystore.
- \-\ Persistent\ keys:\ Evict\ from\ TPM\ and\ delete\ public\ and\ private\ blobs\ from\ keystore
- \-\ Primary\ keys:\ Flush\ from\ TPM\ and\ delete\ public\ blob\ from\ keystore
- \-\ NV\ index:\ Undefine\ NV\ index\ from\ TPM\ and\ delete\ public\ blob\ from\ FAPI\ metadata\ store
- \-\ Policies:\ Delete\ entry\ from\ policy\ store
- \-\ Hierarchy,\ PCR:\ These\ are\ not\ deletable
- \-\ Special\ keys\ ek,\ srk:\ These\ are\ not\ deletable
- \f[]
- .fi
- .SH OPTIONS
- .PP
- These are the available options:
- .IP \[bu] 2
- \f[B]\-p\f[], \f[B]\-\-path\f[]=\f[I]STRING\f[]:
- .RS 2
- .PP
- The path to the entity to delete.
- .RE
- .SH COMMON OPTIONS
- .PP
- This collection of options are common to all tss2 programs and provide
- information that many users may expect.
- .IP \[bu] 2
- \f[B]\-h\f[], \f[B]\-\-help [man|no\-man]\f[]: Display the tools
- manpage.
- By default, it attempts to invoke the manpager for the tool, however, on
- failure will output a short tool summary.
- This is the same behavior if the "man" option argument is specified,
- however if explicit "man" is requested, the tool will provide errors
- from man on stderr.
- If the "no\-man" option if specified, or the manpager fails, the short
- options will be output to stdout.
- .RS 2
- .PP
- To successfully use the manpages feature requires the manpages to be
- installed or on \f[I]MANPATH\f[], See \f[B]man\f[](1) for more details.
- .RE
- .IP \[bu] 2
- \f[B]\-v\f[], \f[B]\-\-version\f[]: Display version information for this
- tool, supported tctis and exit.
- .SH EXAMPLE
- .SH Deletes storage hierarchy (HS) and everything below it:
- .IP
- .nf
- \f[C]
- tss2_delete\ \-\-path=/HS
- \f[]
- .fi
- .SH RETURNS
- .PP
- 0 on success or 1 on failure.
- .SH BUGS
- .PP
- Github Issues (https://github.com/tpm2-software/tpm2-tools/issues)
- .SH HELP
- .PP
- See the Mailing List (https://lists.01.org/mailman/listinfo/tpm2)
|