From 961f8025ca59dd98c9a541c6c5fd8cbe1920c81c Mon Sep 17 00:00:00 2001 From: dorcaslitunya <36160963+dorcaslitunya@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:54:45 +0300 Subject: [PATCH] Update README.md (#341) --- test/manual/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/manual/README.md b/test/manual/README.md index 74b661b5..9694015c 100644 --- a/test/manual/README.md +++ b/test/manual/README.md @@ -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 +./build/cocos-cli ca-bundle ``` In the following text, we can see an example of how the CLI tool is used. @@ -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 '' # Validate Attestation