occlum/demos/enclave_tls/README.md
2023-04-18 13:12:37 +08:00

584 B

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.