occlum/demos/enclave_tls
Shirong Hao 06cc61a579 Update enclave-tls demo test
Signed-off-by: Shirong Hao <shirong@linux.alibaba.com>
2021-06-29 21:21:35 +08:00
..
download_and_build_enclave_tls.sh ADD Enclave TLS Server demo 2021-04-15 16:29:42 +08:00
README.md ADD Enclave TLS Server demo 2021-04-15 16:29:42 +08:00
run_enclave_tls_server_in_occlum.sh Update enclave-tls demo test 2021-06-29 21:21:35 +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 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.