Skip to content

Commit 28cd6f0

Browse files
committed
adjust links to new docs
1 parent 23a759c commit 28cd6f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/attested_tls/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Go attested TLS sample
22
This sample shows how to establish a TLS connection to an EGo enclave that is transparently attested. It consists of a server running in the enclave and a client that sends a secret.
33

4-
**Note: This sample only works on SGX-FLC systems with a [quote provider](https://docs.edgeless.systems/ego/#/reference/attest) installed.**
4+
**Note: This sample only works on SGX-FLC systems with a [quote provider](https://docs.edgeless.systems/ego/reference/attest) installed.**
55

66
The server creates a `tls.Config` object using [CreateAttestationServerTLSConfig()](https://pkg.go.dev/github.com/edgelesssys/ego/enclave#CreateAttestationServerTLSConfig) that can then be used to create a server.
77

samples/azure_attestation/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Go remote attestation sample using Microsoft Azure Attestation
22
This sample shows how to do remote attestation of an EGo enclave in combination with [Microsoft Azure Attestation](https://docs.microsoft.com/en-us/azure/attestation/). It consists of a server running in an enclave and a client (the relying party) that attests the server before sending a secret. The Azure Attestation Provider simplifies the attestation process for the client.
33

4-
**Note: This sample only works on SGX-FLC systems with a [quote provider](https://docs.edgeless.systems/ego/#/reference/attest) installed.**
4+
**Note: This sample only works on SGX-FLC systems with a [quote provider](https://docs.edgeless.systems/ego/reference/attest) installed.**
55

66
## How it works
77

samples/remote_attestation/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Go remote attestation sample
22
This sample shows how to do remote attestation of a EGo enclave. It consists of a server running in the enclave and a client that attests the server before sending a secret.
33

4-
**Note: This sample only works on SGX-FLC systems with a [quote provider](https://docs.edgeless.systems/ego/#/reference/attest) installed.**
4+
**Note: This sample only works on SGX-FLC systems with a [quote provider](https://docs.edgeless.systems/ego/reference/attest) installed.**
55

66
The server generates a self-signed certificate and a report for remote attestation using [GetRemoteReport()](https://pkg.go.dev/github.com/edgelesssys/ego/enclave#GetRemoteReport) that includes the certificate's hash. It thereby binds the certificate to the enclave's identity.
77

0 commit comments

Comments
 (0)