graziadonghia
graziadonghia
Hello, I'm trying to install rats-tls for sgx instances (I already installed driver, sdk and sourced the environment with `source /opt/intel/sgxsdk/environment`, psw etc.) but I keep receiving thess errors: ```...
Hello, I installed enclave-tls through local repo and I'm trying to test it by running the server and the client. However I encounteres the following errors: CLIENT ``` sudo ./enclave-tls-client...
Hello, I'm trying to apply [this patch](https://github.com/inclavare-containers/inclavare-containers/blob/master/hack/no-sgx-flc/linux-kernel-5.11-x86-sgx-Support-the-machines-without-FLC-support.patch) to my Linux kernel 5.11 but some files don't exist. This is the output: ``` git apply ~/inclavare-containers/hack/no-sgx-flc/linux-kernel-5.11-x86-sgx-Support-the-machines-without-FLC-support.patch error: affected file 'arch/x86/include/uapi/asm/sgx.h' is...
Hello, I'm trying to apply [the patch](https://github.com/inclavare-containers/inclavare-containers/blob/master/hack/no-sgx-flc/Linux-SGX-PSW-2.13-Support-SGX1-machine-with-SGX-in-tree-driver.patch) for SGX SDK and PSW on non-FLC platforms. I have Ubuntu 18.04 and Linux Kernel 5.11. When I try to apply the patch...
Hello, I'm trying to create a confidential computing Kubernetes cluster by following your guide. My operating system is Ubuntu 20.04 and I have successfully installed SGX driver, SGX SDK and...
Hello, I'm studying how DCAP remote attestation works on Occlum. I already tried both the [dcap test](https://github.com/occlum/occlum/tree/master/demos/remote_attestation/dcap) and the [init_ra_flow test](https://github.com/occlum/occlum/tree/master/demos/remote_attestation/init_ra_flow) but there are still several aspects that I cannot...
Hello, I'm working with Python Flask demo on Occlum: until yesterday everything was fine but today I cannot run the code anymore. This is the error message I receive ```...
Hello, I have a couple of questions: 1) Is it possible to uniquely identify two occlum instances (i.e enclaves) with the same image/code? I saw that the mrenclave is the...