0

Is it possible to use a server with Intel SGX to test Remote attestation? Is it possible to use my own local machine (which I use to connect to the SGX server) as cache service? how can I do this?

sama
  • 333
  • 2
  • 11

1 Answers1

1

Before all, I suggest you read this page, it contains almost everything you need to know about RA.

Then: in terms of RA, client and server might have interchangeable roles, so I will stick to this documentation that states: the server holds the secrets and attests a client's enclave.

In this setup, the server doesn't need to have an enclave, so yes, you can use any computer to run this part of the process.

X99
  • 905
  • 10
  • 24