attest displays dates either in local time or UTC
This commit is contained in:
@@ -24,18 +24,21 @@ void usage(void)
|
||||
{
|
||||
printf("\
|
||||
Usage:\n\
|
||||
ipsec attest --files|--products|--keys|--hashes [options]\n\
|
||||
ipsec attest --components|--devices|--files|--hashes|--keys [options]\n\
|
||||
\n\
|
||||
ipsec attest --components|-keys|--measurements|--add|--del [options]\n\
|
||||
ipsec attest --measurements|--packages|--products|--add|--del [options]\n\
|
||||
\n\
|
||||
ipsec attest --components [--key <digest>|--kid <id>]\n\
|
||||
Show a list of components with an AIK digest or\n\
|
||||
its primary key as an optional selector.\n\
|
||||
\n\
|
||||
ipsec attest --devices [--utc]\n\
|
||||
Show a list of registered devices and associated collected information\n\
|
||||
\n\
|
||||
ipsec attest --files [--product <name>|--pid <id>]\n\
|
||||
Show a list of files with a software product name or\n\
|
||||
its primary key as an optional selector.\n\
|
||||
\n\
|
||||
ipsec attest --products [--file <path>|--fid <id>]\n\
|
||||
Show a list of supported software products with a file path or\n\
|
||||
its primary key as an optional selector.\n\
|
||||
\n\
|
||||
ipsec attest --hashes [--sha1|--sha256|--sha384] [--product <name>|--pid <id>]\n\
|
||||
Show a list of measurement hashes for a given software product or\n\
|
||||
its primary key as an optional selector.\n\
|
||||
@@ -44,10 +47,6 @@ Usage:\n\
|
||||
Show a list of measurement hashes for a given file or\n\
|
||||
its primary key as an optional selector.\n\
|
||||
\n\
|
||||
ipsec attest --components [--key <digest>|--kid <id>]\n\
|
||||
Show a list of components with an AIK digest or\n\
|
||||
its primary key as an optional selector.\n\
|
||||
\n\
|
||||
ipsec attest --keys [--components <cfn>|--cid <id>]\n\
|
||||
Show a list of AIK key digests with a component or\n\
|
||||
its primary key as an optional selector.\n\
|
||||
@@ -60,12 +59,13 @@ Usage:\n\
|
||||
Show a list of component measurements for a given AIK or\n\
|
||||
its primary key as an optional selector.\n\
|
||||
\n\
|
||||
ipsec attest --packages [--product <name>|--pid <id>]\n\
|
||||
ipsec attest --packages [--product <name>|--pid <id>] [--utc]\n\
|
||||
Show a list of software packages for a given product or\n\
|
||||
its primary key as an optional selector.\n\
|
||||
\n\
|
||||
ipsec attest --devices\n\
|
||||
Show a list of registered devices and associated collected information\n\
|
||||
ipsec attest --products [--file <path>|--fid <id>]\n\
|
||||
Show a list of supported software products with a file path or\n\
|
||||
its primary key as an optional selector.\n\
|
||||
\n\
|
||||
ipsec attest --add --file <path>|--dir <path>|--product <name>|--component <cfn>\n\
|
||||
Add a file, directory, product or component entry\n\
|
||||
|
||||
Reference in New Issue
Block a user