tpm.conf 905 B

1234567891011121314151617181920212223242526272829
  1. tpm {
  2. # Is the TPM 2.0 FIPS-186-4 compliant, forcing e.g. the use of the default
  3. # salt length instead of maximum salt length with RSAPSS padding.
  4. # fips_186_4 = no
  5. # Whether to load the plugin. Can also be an integer to increase the
  6. # priority of this plugin.
  7. load = yes
  8. # Whether the TPM should be used as RNG.
  9. # use_rng = no
  10. tcti {
  11. # Name of TPM 2.0 TCTI library. Valid values: tabrmd, device or mssim.
  12. # Defaults are device if the /dev/tpmrm0 in-kernel TPM 2.0 resource
  13. # manager device exists, and tabrmd otherwise, requiring the d-bus based
  14. # TPM 2.0 access broker and resource manager to be available.
  15. # name = device|tabrmd
  16. # Options for the TPM 2.0 TCTI library. Defaults are /dev/tpmrm0 if the
  17. # TCTI library name is device and no options otherwise.
  18. # opts = /dev/tpmrm0|<none>
  19. }
  20. }