-
Hi I've been looking at the support for alpine, and can't really see if the current state has dcap/ quote generation support.. In our case Gramine will run in a alpine container, with ubuntu on the host providing DCAP through AESM. the current build does not seem to have enabled DCAP: But that could just be because it cannot run purely on alpine? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
If you care only about SGX quote generation, then this should work on Gramine + Alpine. That's because generation of SGX quotes uses purely the AESM daemon (on the host), and nothing else. However, if you also want to perform SGX quote verification, then this won't work on Alpine. This is because verification of SGX quotes is a complex process, and Gramine outsources this process to the Intel SGX DCAP verification library called Please also see the related discussion: #1498 |
Beta Was this translation helpful? Give feedback.
Yes, that should work even under Alpine.
Yes, you need to have
sgx.remote_attestation = "dcap"
.