Skip to content

Commit

Permalink
Introduce Realm Provisioning and Realm Scheme
Browse files Browse the repository at this point in the history
Signed-off-by: Yogesh Deshpande <[email protected]>
  • Loading branch information
yogeshbdeshpande committed Nov 28, 2023
1 parent dfb0682 commit cc95c0e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions scheme/cca-realm/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Endorsement Store Interface

## Reference Value

```json
{
"scheme": "CCA_REALM",
"type": "REFERENCE_VALUE",
"attributes": {
"cca_realm.vendor": "Worload Client Ltd",
"cca_realm.id": "CD1F0E55-26F9-460D-B9D8-F7FDE171787C",
"cca_realm.alg-id": "sha-256",
"cca_realm.measurement-array": [
{
"measurement-value": "h0KPxSKAPTEGXnvOPPA/5HUJZjHl4Hu9eg/eYMTPJcc="
},
{
"measurement-value": "h0KPxSKAPTEGXnvOPPA/5HUJZjHl4Hu9eg/eYMTPJcc="
},
{
"measurement-value": "h0KPxSKAPTEGXnvOPPA/5HUJZjHl4Hu9eg/eYMTPJcc="
},
{
"measurement-value": "h0KPxSKAPTEGXnvOPPA/5HUJZjHl4Hu9eg/eYMTPJcc="
},
{
"measurement-value": "h0KPxSKAPTEGXnvOPPA/5HUJZjHl4Hu9eg/eYMTPJcc="
}
]
}
}
```

0 comments on commit cc95c0e

Please sign in to comment.