sgx: don't use pccs

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-21 21:20:22 +01:00
parent ad2fc117c7
commit 946f44ee51

View file

@ -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,