소스 검색

[README] Fix the remote attestation section in README.rst

Chia-Che Tsai 6 년 전
부모
커밋
19c235002f
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      README.rst

+ 4 - 4
README.rst

@@ -163,7 +163,7 @@ a |_| few tested applications, such as GCC, Python, and Apache.
       SGX=1 ./pal_loader helloworld
       SGX=1 ./pal_loader helloworld
 
 
      or::
      or::
-     
+
       ./pal_loader SGX helloworld
       ./pal_loader SGX helloworld
 
 
 2. Build and run python helloworld script in Graphene on SGX
 2. Build and run python helloworld script in Graphene on SGX
@@ -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:
 and a subscription key (can be linkable or unlinkable) from the Intel API Portal:
 https://api.portal.trustedservices.intel.com/EPID-attestation
 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_spid = <SPID>
     sgx.ra_client_key = <KEY>
     sgx.ra_client_key = <KEY>
@@ -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.
 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
     cd PAL/regression
     make SGX=1 RA_CLIENT_SPID=<SPID> RA_CLIENT_KEY=<KEY>
     make SGX=1 RA_CLIENT_SPID=<SPID> RA_CLIENT_KEY=<KEY>
@@ -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
 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,
 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
     sgx.ra_accept_group_out_of_date = 1