13 lines
392 B
Markdown
13 lines
392 B
Markdown
# Occlum SGX Remote Attestation integrated in TLS connection
|
|
|
|
Steps to test the project:
|
|
```
|
|
occlum-cargo build --example server --features="occlum,actix-web"
|
|
strip -s target/x86_64-unknown-linux-musl/debug/examples/server
|
|
./build_server.sh
|
|
|
|
occlum-cargo build --example client --features="occlum,reqwest"
|
|
strip -s target/x86_64-unknown-linux-musl/debug/examples/client
|
|
./build_client.sh
|
|
```
|