Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the readme files of CLI tools. #45

Merged
merged 1 commit into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/attest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ Path to output file to write attestation report to.
Default is empty, interpreted as stdout.


### `verbose`
### `-verbose`

If set, then the logger can append INFO and WARNING logs to stdout as per the verbosity level. Default logger has verbosity set to `0`, so verbosity option should be set to appropriate value to append INFO and WARN logs at variable verbosity levels to stdout.

Default value is `false`.

### `verbosity`
### `-verbosity`

Used to set the verbosity of logger, where higher number means more verbose output.

Expand Down
8 changes: 4 additions & 4 deletions tools/check/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,25 @@ The format that input takes. One of

Default value is `bin`.

### `quiet`
### `-quiet`

If set, doesn't write exit errors to Stdout. All results are communicated through exit code.

### `verbosity`
### `-verbosity`

Used to set the verbosity of logger, where higher number means more verbose output.

Default value is `0`.

### `check_crl`
### `-check_crl`

Checks if the PCK certificate and the intermediate certificate of the PCK
certificate chain has been revoked, and errors if so. Default `false`. Requires
`-get_collateral` to be true so that CRLs are downloaded from the network.

Note: For more details about PCK CRLs refer [Intel's PCK CRL specification](https://api.trustedservices.intel.com/documents/Intel_SGX_PCK_Certificate_CRL_Spec-1.5.pdf)

### `get_collateral`
### `-get_collateral`

Uses the network to download "collateral" elements:

Expand Down
Loading