Some more maybe useful information:

/etc/sgx_default_qcnl.conf content:

```
{                                                                               
                                      
// *** ATTENTION : This file is in JSON format so the keys are case sensitive. 
Don't change them.                                                              
                                                                       
//PCCS server address
"pccs_url": "https://localhost:8082/sgx/certification/v3/";,
// To accept insecure HTTPS certificate, set this option to false
"use_secure_cert": false,                                                       
                                                                                
                                                                          // 
You can use the Intel PCS or another PCCS to get quote verification collateral. 
 Retrieval of PCK
// Certificates will always use the PCCS described in PCCS_URL.  When 
COLLATERAL_SERVICE is not defined, both
// PCK Certs and verification collateral will be retrieved using PCCS_URL
"collateral_service": 
"https://api.trustedservices.intel.com/sgx/certification/v3/";,
```
pccs:
```
pccs.service - Provisioning Certificate Caching Service (PCCS)
     Loaded: loaded (/lib/systemd/system/pccs.service; enabled; vendor preset: 
enabled)
     Active: active (running) since Thu 2023-12-28 13:02:49 UTC; 1h 11min ago
       Docs: 
https://github.com/intel/SGXDataCenterAttestationPrimitives/blob/master/QuoteGeneration/pccs/README.md
   Main PID: 38890 (node)
      Tasks: 11 (limit: 38387)
     Memory: 69.3M
     CGroup: /system.slice/pccs.service
             └─38890 /usr/bin/node -r esm 
/opt/intel/sgx-dcap-pccs/pccs_server.js

dic 28 13:02:49 teaclave-vm systemd[1]: Started Provisioning Certificate 
Caching Service (PCCS).
dic 28 13:02:49 teaclave-vm node[38890]: Thu, 28 Dec 2023 13:02:49 GMT morgan 
deprecated default format: use combined format at 
node_modules/esm/esm.js:1:278827
dic 28 13:02:52 teaclave-vm node[38890]: 2023-12-28 13:02:52.187 [info]: HTTPS 
Server is running on: https://localhost:8082
```

aesm:
```
aesmd.service - Intel(R) Architectural Enclave Service Manager
Loaded: loaded (/lib/systemd/system/aesmd.service; enabled; vendor preset: 
enabled)
Active: active (running) since Thu 2023-12-21 16:33:10 UTC; 6 days ago
Main PID: 940 (aesm_service)
Tasks: 4 (limit: 38387)
Memory: 16.3M                                                                   
                                                                                
                                                                             
CGroup: /system.slice/aesmd.service
└─940 /opt/intel/sgx-aesm-service/aesm/aesm_service

dic 28 14:07:43 teaclave-vm aesm_service[940]: [QCNL] Try memory cache...
dic 28 14:07:43 teaclave-vm aesm_service[940]: [QCNL] Retrieved PCK certchain 
from memory cache successfully.
dic 28 14:07:47 teaclave-vm aesm_service[940]: [QCNL] Try memory cache...
dic 28 14:07:47 teaclave-vm aesm_service[940]: [QCNL] Retrieved PCK certchain 
from memory cache successfully.
dic 28 14:07:47 teaclave-vm aesm_service[940]: [QCNL] Try memory cache...
dic 28 14:07:47 teaclave-vm aesm_service[940]: [QCNL] Retrieved PCK certchain 
from memory cache successfully.
dic 28 14:07:47 teaclave-vm aesm_service[940]: [QCNL] Try memory cache...
dic 28 14:07:47 teaclave-vm aesm_service[940]: [QCNL] Retrieved PCK certchain 
from memory cache successfully.
dic 28 14:07:47 teaclave-vm aesm_service[940]: [QCNL] Try memory cache...
dic 28 14:07:47 teaclave-vm aesm_service[940]: [QCNL] Retrieved PCK certchain 
from memory cache successfully.
```







-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/725#issuecomment-1871220054
You are receiving this because you are subscribed to this thread.

Message ID: <apache/incubator-teaclave/issues/725/1871220...@github.com>

Reply via email to