1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-10-31 23:35:36 +01:00

Removing TEE from documentation

This commit is contained in:
Jamie Hewitt 2024-08-08 13:59:50 +01:00
parent 7aa4fb03f2
commit b4ffd6c95a

View File

@ -23,7 +23,6 @@ The Node stack is divided into the following layers:
* Choose one node and use that private key to encrypt URLs (enterprise approach).
* Choose several nodes, so your files can be accessed even if one node goes down (given at least one node is still alive).
* Use MPC to divide the key among multiple nodes (so no one node has the entire key).
* Protecting URLs during download: use a TEE enclave to decrypt the key (makes sense only for the MPC approach) and read content in the enclave.
* Supports multiple C2D types:
* Light Docker only (for edge nodes).
* Ocean C2D (Kubernetes).