Skip to content

Commit 68a3e1d

Browse files
committed
update
1 parent a587811 commit 68a3e1d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/confidential-ledger/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
href: register-application.md
4040
- name: Verify write transaction receipts
4141
href: verify-write-transaction-receipts.md
42-
- name: Verify an ACL node quote
42+
- name: Establish trust on Azure confidential ledger
4343
href: verify-node-quotes.md
4444
- name: Manage Azure AD token-based users
4545
href: manage-azure-ad-token-based-users.md

articles/confidential-ledger/verify-node-quotes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Establish trust on Azure Confidential Ledger
3-
description: Learn how to establish trust on Azure Confidential Ledger by verifying the node quote
2+
title: Establish trust on Azure confidential ledger
3+
description: Learn how to establish trust on Azure confidential ledger by verifying the node quote
44
author: settiy
55
ms.author: settiy
66
ms.date: 08/18/2023
@@ -9,14 +9,14 @@ ms.custom: devx-track-linux
99
ms.topic: how-to
1010
---
1111

12-
# Establish trust on Azure Confidential Ledger
12+
# Establish trust on Azure confidential ledger
1313

14-
An Azure Confidential Ledger node executes on top of a Trusted Execution Environment(TEE), such as Intel SGX, which guarantees the confidentiality of the data while in process. The trustworthiness of the platform and the binaries running inside it is guaranteed through a remote attestation process. An Azure Confidential Ledger requires a node to present a quote before joining the network. The quote report data contains the cryptographic hash of the node's identity public key and the MRENCLAVE value. The node is allowed to join the network if the quote is found to be valid and the MRENCLAVE value is one of the allowed values in the auditable governance.
14+
An Azure confidential ledger node executes on top of a Trusted Execution Environment(TEE), such as Intel SGX, which guarantees the confidentiality of the data while in process. The trustworthiness of the platform and the binaries running inside it is guaranteed through a remote attestation process. An Azure confidential ledger requires a node to present a quote before joining the network. The quote report data contains the cryptographic hash of the node's identity public key and the MRENCLAVE value. The node is allowed to join the network if the quote is found to be valid and the MRENCLAVE value is one of the allowed values in the auditable governance.
1515

1616
## Prerequisites
1717

1818
- Install [CCF](https://microsoft.github.io/CCF/main/build_apps/install_bin.html) or the [CCF Python package](https://pypi.org/project/ccf/).
19-
- An Azure Confidential Ledger instance.
19+
- An Azure confidential ledger instance.
2020

2121
## Verify node quote
2222

0 commit comments

Comments
 (0)