Skip to content

Commit

Permalink
Update README.md (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorcaslitunya authored Dec 16, 2024
1 parent 35c09be commit 961f802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/manual/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ LINE="earlyprintk=serial console=ttyS0"

To speed up the verification process of attested TLS, download the ARK and ASK certificates using the CLI tool. The CLI tool will download the certificates under your home directory in the `.cocos` directory.
```bash
./build/cocos-cli ca-bundle <path/to/platfrom_info.json>
./build/cocos-cli ca-bundle <path/to/attestation_policy.json>
```

In the following text, we can see an example of how the CLI tool is used.
Expand Down Expand Up @@ -66,7 +66,7 @@ cd ../..
export AGENT_GRPC_ATTESTATION_POLICY=./scripts/attestation_policy/attestation_policy.json
export AGENT_GRPC_ATTESTED_TLS=true

# Retieve Attestation
# Retrieve Attestation
./build/cocos-cli attestation get '<report_data>'

# Validate Attestation
Expand Down

0 comments on commit 961f802

Please sign in to comment.