Skip to content

Commit 697918c

Browse files
authored
Merge pull request #484 from Dstack-TEE/fix/key-provider-qcnl
fix(key-provider): use phala PCCS and enable secure cert
2 parents f49f228 + 86822bc commit 697918c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

key-provider-build/sgx_default_qcnl.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"pccs_url": "https://127.0.0.1:8081/sgx/certification/v4/",
3-
"use_secure_cert": false,
2+
"pccs_url": "https://pccs.phala.network/sgx/certification/v4/",
3+
"use_secure_cert": true,
44
"retry_times": 6,
55
"retry_delay": 10,
66
"pck_cache_expire_hours": 168,

0 commit comments

Comments
 (0)