1 charon.plugins.tpm.use_rng = no
2 Whether the TPM should be used as RNG.
4 charon.plugins.tpm.tcti.name = device|tabrmd
5 Name of TPM 2.0 TCTI library. Valid values: _tabrmd_, _device_ or _mssim_.
6 Defaults are _device_ if the _/dev/tpmrm0_ in-kernel TPM 2.0 resource manager
7 device exists, and _tabrmd_ otherwise, requiring the d-bus based TPM 2.0
8 access broker and resource manager to be available.
10 charon.plugins.tpm.tcti.opts = /dev/tpmrm0|<none>
11 Options for the TPM 2.0 TCTI library. Defaults are _/dev/tpmrm0_ if the
12 TCTI library name is _device_ and no options otherwise.