Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
[README] Fix the remote attestation section in README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
chiache authored and mkow committed Sep 11, 2019
1 parent 17a2fbc commit 19c2350
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ a |_| few tested applications, such as GCC, Python, and Apache.
SGX=1 ./pal_loader helloworld

or::

./pal_loader SGX helloworld

2. Build and run python helloworld script in Graphene on SGX
Expand Down Expand Up @@ -195,7 +195,7 @@ To enable tests for the built-in remote attestation feature for Graphene-SGX, ob
and a subscription key (can be linkable or unlinkable) from the Intel API Portal:
https://api.portal.trustedservices.intel.com/EPID-attestation

Specify the SPID, subscription key, and the type of the SPID/key in the manifest:
Specify the SPID, subscription key, and the type of the SPID/key in the manifest::

sgx.ra_client_spid = <SPID>
sgx.ra_client_key = <KEY>
Expand All @@ -206,7 +206,7 @@ is not successfully verified by the Intel Attestation Service (IAS). The feature
Graphene-SGX only executes on a genuine, up-to-date SGX hardware.


To enable remote attestation tests in ``Pal/regression``, specify the following variables:
To enable remote attestation tests in ``Pal/regression``, specify the following variables::

cd PAL/regression
make SGX=1 RA_CLIENT_SPID=<SPID> RA_CLIENT_KEY=<KEY>
Expand All @@ -215,7 +215,7 @@ To enable remote attestation tests in ``Pal/regression``, specify the following

If you receive a "GROUP_OUT_OF_DATE" status from IAS, this status indicates that your CPU
is out of date and can be vulnerable to hardware attacks. If you wish to bypass this error,
you can specify the following option in the manifest:
you can specify the following option in the manifest::

sgx.ra_accept_group_out_of_date = 1

Expand Down

0 comments on commit 19c2350

Please sign in to comment.