logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tss2 - A single small executable that combines the various tpm2-tools much like a BusyBox that provides a

Author

Ying-ChunLiu <paulliu@debian.org>
           Wrote this manpage for the Debian system.

Bugs

       The upstreams BTS can be found at https://github.com/tpm2-software/tpm2.0-tools/issues.

Description

       This manual page documents briefly the tss2 command.

       This manual page was written for the Debian distribution because the original program does not have a
       manual page.

       tss2 - To ease installation of tpm2-tools in initrd or embedded systems where size-optimization and
       limited resources are important, it is convenient to have a single executable that can dispatch the
       various TSS2 functionalities specified by the argument which is one of the available tool names.

       The options and arguments that follow are either the common options or those specific to the tool name.

       It is important to note that individual tools with prefix tss2_ can still be invoked, however, they are
       now soft-linked to this tpm2 executable. And so unlike BusyBox, full functionality of the individual
       tools is available in the executable. For example: tss2_getrandom(1) can alternatively be specified as
       tss2 getrandom.

Name

       tss2 - A single small executable that combines the various tpm2-tools much like a BusyBox that provides a
       fairly complete environment for any small or embedded system.

See Also

tss2_authorizepolicy(1), tss2_changeauth(1), tss2_createkey(1), tss2_createnv(1), tss2_createseal(1),
       tss2_decrypt(1), tss2_delete(1), tss2_encrypt(1), tss2_exportkey(1), tss2_exportpolicy(1),
       tss2_getappdata(1), tss2_getcertificate(1), tss2_getdescription(1), tss2_getinfo(1),
       tss2_getplatformcertificates(1), tss2_getrandom(1), tss2_gettpm2object(1), tss2_gettpmblobs(1),
       tss2_import(1), tss2_list(1), tss2_nvextend(1), tss2_nvincrement(1), tss2_nvread(1), tss2_nvsetbits(1),
       tss2_nvwrite(1), tss2_pcrextend(1), tss2_pcrread(1), tss2_provision(1), tss2_quote(1),
       tss2_setappdata(1), tss2_setcertificate(1), tss2_setdescription(1), tss2_sign(1), tss2_unseal(1),
       tss2_verifyquote(1), tss2_verifysignature(1), tss2_writeauthorizenv(1)

Synopsis

tss2 [OPTIONS] [ARGUMENTS]

See Also