olisystems / BEST-Energy

Integritee off-chain worker and sidechain validateer
Apache License 2.0
2 stars 0 forks source link

Switch to DCAP attestation #43

Closed clangenb closed 1 year ago

clangenb commented 1 year ago

So far we have always been skipping the remote attestation process because we did not run the worker on an SGX-machine. Now that the SGX-infrastructure has been set up, we can actually do remote attestation. However, the current state of the worker does only allow IAS remote attestation, which needs an Intel licence. Obtaining a development licence is very easy quick and can be done here: https://api.portal.trustedservices.intel.com/EPID-attestation.

However, obtaining a production licence might take up to six months. Hence, we suggest using DCAP remote attestation, which simply needs an upgrade of the worker to upstream.

Blocked by

clangenb commented 1 year ago

Done