This project demonstrates how to use the CoRIM Verifier (cover) to verify and appraise an Arm CCA attestation token, using CoSERV as the source of trust anchors and reference values.
This is a Rust project so you need to install Rust first.
Then simply build as follows:
cargo build
Install by running this command from the repo root:
cargo install --path . --lockedExample usage:
ccacoserv-cli --evidence test/ccatoken.cbor --coserv-server https://veraison.test.linaro.org:11443 --prettyTo see a list of available commands, run:
ccacoserv-cli --help