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