Is it possible for all devices that have SGX to join a network? Or only nodes hosted on Azure? #3257
-
Is it possible for all devices with SGX to join a network? We tried to join a network with a laptop running Ubuntu 20.04.3 with SGX. However, when joining the network (hosted on Azure) it keeps failing with the error message std::logic_error: An error occurred when creating CCF node: InternalError On Azure, the same configuration CCF joins the network(also on Azure) without any errors. It seems that you cannot join a network out of Azure. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@Dutchprogrammer it is possible, CCF relies on Open Enclave for remote attestation, so you will need to set up your own Provisioning Certificate Caching Service, and install a slightly different DCAP configuration than in Azure. The steps you need to take are documented here. |
Beta Was this translation helpful? Give feedback.
@Dutchprogrammer it is possible, CCF relies on Open Enclave for remote attestation, so you will need to set up your own Provisioning Certificate Caching Service, and install a slightly different DCAP configuration than in Azure. The steps you need to take are documented here.