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:
		
							parent
							
								
									db296ef226
								
							
						
					
					
						commit
						1cd941d447
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue