occlum/demos/enclave_tls
2023-04-18 13:12:37 +08:00
..
download_and_build_enclave_tls.sh ADD Enclave TLS Server demo 2021-04-15 16:29:42 +08:00
enclave_tls.yaml Update enclave_tls demo with bom file 2021-09-26 16:34:52 +08:00
README.md Signed-off-by: 景涛 <jingtao3@hust.edu.cn> 2023-04-18 13:12:37 +08:00
run_enclave_tls_server_in_occlum.sh Update enclave_tls demo with bom file 2021-09-26 16:34:52 +08:00

Use Enclave TLS server with Occlum

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 enclave 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.