From 86822bcfd96f1a132855db7e9e69190c3f9b6d4c Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Thu, 29 Jan 2026 03:23:31 +0000 Subject: [PATCH] fix(key-provider): use phala PCCS and enable secure cert --- key-provider-build/sgx_default_qcnl.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/key-provider-build/sgx_default_qcnl.conf b/key-provider-build/sgx_default_qcnl.conf index 2fd738a0..38b67383 100644 --- a/key-provider-build/sgx_default_qcnl.conf +++ b/key-provider-build/sgx_default_qcnl.conf @@ -1,6 +1,6 @@ { - "pccs_url": "https://127.0.0.1:8081/sgx/certification/v4/", - "use_secure_cert": false, + "pccs_url": "https://pccs.phala.network/sgx/certification/v4/", + "use_secure_cert": true, "retry_times": 6, "retry_delay": 10, "pck_cache_expire_hours": 168,