This project demonstrates how to run a server with Enclave TLS.
Step 1: Download and build Enclave TLS.
./download_and_build_enclave_tls.sh
When completed, the resulting server can be found at /opt/enclave-tls/bin
.
Step 2: You can run the encalve tls server on Occlum.
./run_enclave_tls_server_in_occlum.sh
Step 3: To check whether the enclave tls server works, run
/opt/enclave-tls/bin/enclave-tls-client
in another terminal.