Skip to content

Commit

Permalink
Update intel IAS url (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCode2012 authored Feb 20, 2023
1 parent ea3be6b commit 1ff3489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/config/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
#define IAS_SPID "138D059F6C7587BAFFFA0961FFB38002"
#define IAS_PRIMARY_SUBSCRIPTION_KEY "1217773e5a82410f98ee70aa1700f599"
#define IAS_SECONDARY_SUBSCRIPTION_KEY "9fdebd5027cd4a57a1eb23d818e7b2e7"
#define IAS_REPORT_PATH "/sgx/dev/attestation/v3/report"
#define IAS_REPORT_PATH "/sgx/dev/attestation/v4/report"
#else
#define IAS_SPID "668D353F661978655C9D6820CF93B66B"
#define IAS_PRIMARY_SUBSCRIPTION_KEY "80a0aa3b45124b8c8ba937ff9180a226"
#define IAS_SECONDARY_SUBSCRIPTION_KEY "d9df4c30d1db412c9cff3823e30ebb80"
#define IAS_REPORT_PATH "/sgx/attestation/v3/report"
#define IAS_REPORT_PATH "/sgx/attestation/v4/report"
#endif
#define IAS_FLAGS 0
#define IAS_API_DEF_VERSION 3
Expand Down

0 comments on commit 1ff3489

Please sign in to comment.