Skip to content

Commit

Permalink
Updated the Veraison LP
Browse files Browse the repository at this point in the history
  • Loading branch information
pareenaverma committed Dec 18, 2024
1 parent cbb5acf commit c057577
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ title: Introduction to CCA Attestation with Veraison

minutes_to_complete: 30

draft: true
cascade:
draft: true

who_is_this_for: This learning path is aimed at developers who wish to understand attestation in the context of confidential computing, using Arm’s Confidential Computing Architecture (CCA). It will provide you with some practical, hands-on experience with the data formats and workflows associated with attestation, which will help to provide you with a joined-up understanding of the many separate documents and specifications that exist on this topic.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
next_step_guidance: Now that you have gained some hands-on experience with the data formats and workflows associated with attestation for confidential computing, you may wish to explore some additional resources and specifications, which go into greater detail on some of the individual aspects.

recommended_path: /learning-paths/servers-and-cloud-computing/cca-essentials
recommended_path: "/learning-paths/servers-and-cloud-computing/cca-essentials"


further_reading:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
# ================================================================================
# Edit
# ================================================================================

# Always 3 questions. Should try to test the reader's knowledge, and reinforce the key points you want them to remember.
# question: A one sentence question
# answers: The correct answers (from 2-4 answer options only). Should be surrounded by quotes.
# correct_answer: An integer indicating what answer is correct (index starts from 0)
# explanation: A short (1-3 sentence) explanation of why the correct answer is correct. Can add additional context if desired


review:
- questions:
question: >
A secure boundary is sufficient for confidential computing.
answers:
- "True"
- "False"
correct_answer: 2
explanation: >
A secure boundary is necessary for confidential computing, but it is not sufficient. There must also be a way to establish trust with the target compute environment that the boundary is protecting (the TEE). Trust needs to be built by a process that is both explicit and transparent. This process is known as attestation.
- questions:
question: >
The CCA attestation token is divided at the top level into two sub-tokens.
answers:
- "True"
- "False"
correct_answer: 1
explanation: >
The CCA attestation token is divided at the top-level into the platform token and the realm token.
# ================================================================================
# FIXED, DO NOT MODIFY
# ================================================================================
title: "Review" # Always the same title
weight: 20 # Set to always be larger than the content in this path
layout: "learningpathall" # All files under learning paths have this same wrapper
---

0 comments on commit c057577

Please sign in to comment.