Replies: 2 comments 2 replies
-
ra-tls with DCAP |
Beta Was this translation helpful? Give feedback.
-
@reclock Thanks for the question!
It actually depends on your use case and threat model, but in general yes -- you probably want/need mutual RA/LA in this case.
For this purpose, your application has to be adjusted to serve as both the attester and the verifier. If you're using Gramine RA-TLS, one option is to start from our ra-tls-mbedtls example, where you could implement both the logic of the server (generating a self-signed RA-TLS cert with the SGX quote embedded) and the client (using an RA-TLS verification callback to verify the server RA-TLS certificate) in your app. |
Beta Was this translation helpful? Give feedback.
-
If app1 runs in the enclave of container 1 and app2 runs in the enclave of container 2, does it require bidirectional ra verification? At present, there is only one-way RA, how can we achieve bidirectional authentication?
Beta Was this translation helpful? Give feedback.
All reactions