diff --git a/man/man8/swtpm_setup.pod b/man/man8/swtpm_setup.pod index dec6096..7674c96 100644 --- a/man/man8/swtpm_setup.pod +++ b/man/man8/swtpm_setup.pod @@ -226,16 +226,17 @@ The output may contain the following: { "type": "swtpm_setup", "features": [ + "tpm-1.2", + "tpm-2.0", "cmdarg-keyfile-fd", "cmdarg-pwdfile-fd", + "tpm12-not-need-root", "cmdarg-write-ek-cert-files", "cmdarg-create-config-files", - "cmdarg-reconfigure-pcr-banks", + "cmdarg-reconfigure-pcr-banks", "tpm2-rsa-keysize-2048", "tpm2-rsa-keysize-3072", - "tpm12-not-need-root", - "tpm-1.2", - "tpm-2.0" + "cmdarg-profile" ], "version": "0.7.0" } @@ -286,6 +287,10 @@ TPM 1.2 setup is supported (libtpms is compiled with TPM 1.2 support). TPM 2 setup is supported (libtpms is compiled with TPM 2 support). +=item B (since v0.10) + +The I<--profile> option is supported. + =back =item B<--write-ek-cert-files > (since v0.7)