Bumps [h2](https://github.com/hyperium/h2) from 0.3.13 to 0.3.18. - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/h2/compare/v0.3.13...v0.3.18) --- updated-dependencies: - dependency-name: h2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
azure_att | ||
bom.yaml | ||
build.sh | ||
README.md |
Sample code for doing Microsoft Azure Attestation in Occlum
This demo is programming in RUST, based on the Azure provided REST APIs
. It provides steps to do SGX quote generation and attestation.
- Build
- Pull rust-sgx-sdk submodule which is the dependence of occlum dcap library.
# cd occlum
# git submodule update --init
- Do the build with the
scrit
.
# ./build.sh
- Run
# cd occlum_instance
# occlum run /bin/azure_att
If successful, it prints the Azure attestation token.