tss2_getplatformcertificates.1 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. .\" Automatically generated by Pandoc 1.19.2.4
  2. .\"
  3. .TH "tss2_getplatformcertificates" "1" "APRIL 2019" "tpm2\-tools" "General Commands Manual"
  4. .hy
  5. .SH NAME
  6. .PP
  7. \f[B]tss2_getplatformcertificates\f[](1) \-
  8. .SH SYNOPSIS
  9. .PP
  10. \f[B]tss2_getplatformcertificates\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_getplatformcertificates\f[](1) \- This command returns the set
  24. of platform certificates concatenated in a continuous buffer if the
  25. platform provides platform certificates.
  26. Platform certificates for TPM 2.0 can consist not only of a single
  27. certificate but also a series of so\-called delta certificates.
  28. .SH OPTIONS
  29. .PP
  30. These are the available options:
  31. .IP \[bu] 2
  32. \f[B]\-f\f[], \f[B]\-\-force\f[]:
  33. .RS 2
  34. .PP
  35. Force overwriting the output file.
  36. .RE
  37. .IP \[bu] 2
  38. \f[B]\-o\f[], \f[B]\-\-certificates\f[]=\f[I]FILENAME\f[] or \f[I]\-\f[]
  39. (for stdout):
  40. .RS 2
  41. .PP
  42. Returns a continuous buffer containing the concatenated platform
  43. certificates.
  44. .RE
  45. .SH COMMON OPTIONS
  46. .PP
  47. This collection of options are common to all tss2 programs and provide
  48. information that many users may expect.
  49. .IP \[bu] 2
  50. \f[B]\-h\f[], \f[B]\-\-help [man|no\-man]\f[]: Display the tools
  51. manpage.
  52. By default, it attempts to invoke the manpager for the tool, however, on
  53. failure will output a short tool summary.
  54. This is the same behavior if the "man" option argument is specified,
  55. however if explicit "man" is requested, the tool will provide errors
  56. from man on stderr.
  57. If the "no\-man" option if specified, or the manpager fails, the short
  58. options will be output to stdout.
  59. .RS 2
  60. .PP
  61. To successfully use the manpages feature requires the manpages to be
  62. installed or on \f[I]MANPATH\f[], See \f[B]man\f[](1) for more details.
  63. .RE
  64. .IP \[bu] 2
  65. \f[B]\-v\f[], \f[B]\-\-version\f[]: Display version information for this
  66. tool, supported tctis and exit.
  67. .SH EXAMPLE
  68. .IP
  69. .nf
  70. \f[C]
  71. tss2_getplatformcertificates\ \-\-certificates=certificates.file
  72. \f[]
  73. .fi
  74. .SH RETURNS
  75. .PP
  76. 0 on success or 1 on failure.
  77. .SH BUGS
  78. .PP
  79. Github Issues (https://github.com/tpm2-software/tpm2-tools/issues)
  80. .SH HELP
  81. .PP
  82. See the Mailing List (https://lists.01.org/mailman/listinfo/tpm2)