sgx-lkl
sgx-lkl copied to clipboard
Generate TLS credentials for user space
Generate TLS certificate and private key and expose them to user space through tmpfs. We need this for establishing attested TLS channel with external apps. Currently a few scenario tests also depend on this feature.
This PR failed to generate certificate due to https://github.com/openenclave/openenclave/issues/3378. We need to fix OE before merging this PR.