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. |
Answered by
achamayou
Nov 26, 2021
Replies: 2 comments 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. |
2 replies
Answer selected by
Dutchprogrammer
|
CCF no longer supports SGX. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.