Attestation.manifest.template 268 B

12345678910
  1. # the executable to run
  2. loader.exec = file:Attestation
  3. # debug type: inline|none
  4. loader.debug_type = none
  5. sgx.ra_client_spid = $(RA_CLIENT_SPID)
  6. sgx.ra_client_key = $(RA_CLIENT_KEY)
  7. sgx.ra_client_linkable = $(RA_CLIENT_LINKABLE)
  8. sgx.ra_accept_group_out_of_date = 1