未验证 提交 46ee7229 编写于 作者: H hustliyilin 提交者: GitHub

rune/libenclave/skeleton: Enable --debug option for RA

The --debug option of rune should be enabled to show IAS report when running RA.
Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
上级 d4d64969
...@@ -33,14 +33,14 @@ cd "$HOME/rune_workdir/rune-container" ...@@ -33,14 +33,14 @@ cd "$HOME/rune_workdir/rune-container"
# copy /etc/resolv.conf from host to bundles to ensure network is ready for the remote attestation of IAS. # copy /etc/resolv.conf from host to bundles to ensure network is ready for the remote attestation of IAS.
cp /etc/resolv.conf rootfs/etc/resolv.conf cp /etc/resolv.conf rootfs/etc/resolv.conf
sudo rune run skeleton-enclave-container sudo rune --debug run skeleton-enclave-container
``` ```
# Use `rune attest` command with skeleton # Use `rune attest` command with skeleton
You can type the following command to use `rune attest` command with skeleton in another shell: You can type the following command to use `rune attest` command with skeleton in another shell:
```shell ```shell
rune attest --product=false \ rune --debug attest --product=false \
--linkable=false \ --linkable=false \
--spid=${EPID_SPID} \ --spid=${EPID_SPID} \
--subscription-key=${EPID_SUBSCRIPTION_KEY} \ --subscription-key=${EPID_SUBSCRIPTION_KEY} \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册