From 06cc61a5799573780801fc6802c154734dd54ec2 Mon Sep 17 00:00:00 2001 From: Shirong Hao Date: Tue, 29 Jun 2021 20:32:59 +0800 Subject: [PATCH] Update enclave-tls demo test Signed-off-by: Shirong Hao --- demos/enclave_tls/run_enclave_tls_server_in_occlum.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demos/enclave_tls/run_enclave_tls_server_in_occlum.sh b/demos/enclave_tls/run_enclave_tls_server_in_occlum.sh index 5f6d8b69..584be2c0 100755 --- a/demos/enclave_tls/run_enclave_tls_server_in_occlum.sh +++ b/demos/enclave_tls/run_enclave_tls_server_in_occlum.sh @@ -10,6 +10,8 @@ occlum init # 2. Copy files into Occlum Workspace and Build cp -f /usr/share/enclave-tls/samples/enclave-tls-server image/bin cp -f /opt/occlum/glibc/lib/libdl.so.2 image/opt/occlum/glibc/lib +cp -f /usr/lib/x86_64-linux-gnu/libssl.so.1.1 image/opt/occlum/glibc/lib +cp -f /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 image/opt/occlum/glibc/lib mkdir -p image/opt/enclave-tls cp -rf /opt/enclave-tls/lib image/opt/enclave-tls occlum build