Explorar o código

update white list URL

Signed-off-by: Li, Xun <xun.li@intel.com>
Li, Xun %!s(int64=7) %!d(string=hai) anos
pai
achega
e5c01189d3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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