You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/attested_tls/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Go attested TLS sample
2
2
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.
3
3
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.**
5
5
6
6
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.
Copy file name to clipboardExpand all lines: samples/azure_attestation/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Go remote attestation sample using Microsoft Azure Attestation
2
2
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.
3
3
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.**
Copy file name to clipboardExpand all lines: samples/remote_attestation/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Go remote attestation sample
2
2
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.
3
3
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.**
5
5
6
6
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.
0 commit comments