sgx: don't use pccs
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
		
							parent
							
								
									ad2fc117c7
								
							
						
					
					
						commit
						946f44ee51
					
				
					 1 changed files with 2 additions and 5 deletions
				
			
		|  | @ -16,8 +16,6 @@ | |||
|     nix-ld.enable = true; | ||||
|     nix.enable = true; | ||||
|     aesmd_dcap.enable = true; | ||||
|     pccs.enable = true; | ||||
|     pccs.secret = config.sops.secrets.pccs.path; | ||||
|     podman.enable = true; | ||||
|     secureboot.enable = true; | ||||
|     user.extraGroups = [ "docker" "sgx" ]; | ||||
|  | @ -40,9 +38,8 @@ | |||
| 
 | ||||
|   environment.etc."sgx_default_qcnl.conf".text = '' | ||||
|     { | ||||
|       "pccs_url": "https://127.0.0.1:8081/sgx/certification/v4/", | ||||
|       "use_secure_cert": false, | ||||
|       "collateral_service": "https://api.trustedservices.intel.com/sgx/certification/v4/", | ||||
|       "pccs_url": "https://api.trustedservices.intel.com/sgx/certification/v4/", | ||||
|       "use_secure_cert": true, | ||||
|       "retry_times": 6, | ||||
|       "retry_delay": 10, | ||||
|       "pck_cache_expire_hours": 168, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue