Skip to content

Commit 66f103e

Browse files
committed
update
1 parent 81d5eaf commit 66f103e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/managed-ccf/includes/proposal-prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ ms.author: msmbaldwin
1010
---
1111

1212
- Python 3+.
13-
- Install the latest version of the [CCF Python package](https://pypi.org/project/ccf/).
13+
- The latest version of the [CCF Python package](https://pypi.org/project/ccf/).

articles/managed-ccf/includes/service-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: msmbaldwin
77

88
---
99

10-
An Azure Managed CCF resource has a unique identity called the service identity. It is represented by a certificate and is created during the resource creation. Every individual node that is part of the Azure Managed CCF resource has its self-signed certificate, endorsed by the service identity, which establishes trust on it.
10+
An Azure Managed CCF resource has a unique identity called the service identity, represented by a certificate and created during the resource creation. Every individual node that is part of the Azure Managed CCF resource has its self-signed certificate, endorsed by the service identity, which establishes trust on it.
1111

1212
Customers are recommended to download the service identity certificate and use it to establish a TLS connection when interacting with the service. The following command downloads the certificate and saves it into service_cert.pem.
1313

0 commit comments

Comments
 (0)