tss2_getinfo.1 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. .\" Automatically generated by Pandoc 1.19.2.4
  2. .\"
  3. .TH "tss2_getinfo" "1" "APRIL 2019" "tpm2\-tools" "General Commands Manual"
  4. .hy
  5. .SH NAME
  6. .PP
  7. \f[B]tss2_getinfo\f[](1) \-
  8. .SH SYNOPSIS
  9. .PP
  10. \f[B]tss2_getinfo\f[] [\f[I]OPTIONS\f[]]
  11. .SH SEE ALSO
  12. .PP
  13. \f[B]fapi\-config(5)\f[] to adjust Fapi parameters like the used
  14. cryptographic profile and TCTI or directories for the Fapi metadata
  15. storages.
  16. .PP
  17. \f[B]fapi\-profile(5)\f[] to determine the cryptographic algorithms and
  18. parameters for all keys and operations of a specific TPM interaction
  19. like the name hash algorithm, the asymmetric signature algorithm, scheme
  20. and parameters and PCR bank selection.
  21. .SH DESCRIPTION
  22. .PP
  23. \f[B]tss2_getinfo\f[](1) \- This command returns a UTF\-8 string
  24. identifying the version of the FAPI, the TPM, configurations and other
  25. relevant information in a human readable format.
  26. .SH OPTIONS
  27. .PP
  28. These are the available options:
  29. .IP \[bu] 2
  30. \f[B]\-f\f[], \f[B]\-\-force\f[]:
  31. .RS 2
  32. .PP
  33. Force overwriting the output file.
  34. .RE
  35. .IP \[bu] 2
  36. \f[B]\-o\f[], \f[B]\-\-info\f[]=\f[I]FILENAME\f[] or \f[I]\-\f[] (for
  37. stdout):
  38. .RS 2
  39. .PP
  40. Returns the FAPI and TPM information.
  41. .RE
  42. .SH COMMON OPTIONS
  43. .PP
  44. This collection of options are common to all tss2 programs and provide
  45. information that many users may expect.
  46. .IP \[bu] 2
  47. \f[B]\-h\f[], \f[B]\-\-help [man|no\-man]\f[]: Display the tools
  48. manpage.
  49. By default, it attempts to invoke the manpager for the tool, however, on
  50. failure will output a short tool summary.
  51. This is the same behavior if the "man" option argument is specified,
  52. however if explicit "man" is requested, the tool will provide errors
  53. from man on stderr.
  54. If the "no\-man" option if specified, or the manpager fails, the short
  55. options will be output to stdout.
  56. .RS 2
  57. .PP
  58. To successfully use the manpages feature requires the manpages to be
  59. installed or on \f[I]MANPATH\f[], See \f[B]man\f[](1) for more details.
  60. .RE
  61. .IP \[bu] 2
  62. \f[B]\-v\f[], \f[B]\-\-version\f[]: Display version information for this
  63. tool, supported tctis and exit.
  64. .SH EXAMPLE
  65. .IP
  66. .nf
  67. \f[C]
  68. tss2_getinfo\ \-\-info=info.file
  69. \f[]
  70. .fi
  71. .SH RETURNS
  72. .PP
  73. 0 on success or 1 on failure.
  74. .SH BUGS
  75. .PP
  76. Github Issues (https://github.com/tpm2-software/tpm2-tools/issues)
  77. .SH HELP
  78. .PP
  79. See the Mailing List (https://lists.01.org/mailman/listinfo/tpm2)