## TPM2 back-end configuration ### Environment variables * `TSS2_LOG`=: Any of: *NONE*, *ERROR*, *WARNING*, *INFO*, *DEBUG*, *TRACE*. Default: *WARNING*. ### TPM selection The library `libtss2-tcti-default.so` can be linked to any of the `libtss2-tcti-*.so` libraries to select the default, otherwise `/dev/tpmrm0`, then `/dev/tpm0`, then `localhost:2321` will be tried, in order (see ESYS_CONTEXT(3)). ### See also The tpm2-tss git repository at and the documentation at . The TPM 2.0 specifications, mainly at <> and related pages.