Browse Source

update white list URL

Signed-off-by: Li, Xun <xun.li@intel.com>
Li, Xun 7 years ago
parent
commit
e5c01189d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      psw/ae/data/constants/linux/default_url_info.hh

+ 1 - 1
psw/ae/data/constants/linux/default_url_info.hh

@@ -33,6 +33,6 @@
 #define DEFAULT_URL                 "http://ps.sgx.trustedservices.intel.com:8080/" /*production backend server*/
 #define DEFAULT_PSE_RL_URL          "https://trustedservices.intel.com/content/CRL/"
 #define DEFAULT_PSE_OCSP_URL        "http://trustedservices.intel.com/ocsp"
-#define DEFAULT_WHITE_LIST_URL      "http://trustedservices.intel.com/LCWL/Linux/white_list_to_be_verify.bin"
+#define DEFAULT_WHITE_LIST_URL      "http://whitelist.trustedservices.intel.com/SGX/LCWL/Linux/sgx_white_list_cert.bin"
 #endif