marioolf commented on issue #725: URL: https://github.com/apache/incubator-teaclave/issues/725#issuecomment-1871220054
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. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@teaclave.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@teaclave.apache.org For additional commands, e-mail: notifications-h...@teaclave.apache.org