fix: update pccs_url in sgx_default_qcnl.conf

An extra comma is added to the pccs_url in the sgx_default_qcnl.conf file to correct a possible syntax error. This fix ensures the correct parsing of the JSON object.
This commit is contained in:
Harald Hoyer 2024-05-21 15:44:20 +02:00
parent db296ef226
commit 1cd941d447

View file

@ -21,7 +21,7 @@ with lib.metacfg;
environment.etc."sgx_default_qcnl.conf".text = ''
{
"pccs_url": "https://192.168.122.1:8081/sgx/certification/v4/"
"pccs_url": "https://192.168.122.1:8081/sgx/certification/v4/",
"use_secure_cert": false,
"collateral_service": "https://api.trustedservices.intel.com/sgx/certification/v4/",
"retry_times": 6,