瀏覽代碼

update white list URL

Signed-off-by: Li, Xun <xun.li@intel.com>
Li, Xun 7 年之前
父節點
當前提交
e5c01189d3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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