fix: forgotten ../ in the path for the signed ICA1

Oopsie, I had in my local tree, merged too fast. I really need CI :'(.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
raito 2024-12-31 17:56:26 +01:00
parent 8c9c060eb4
commit 43ca7c7187

View file

@ -28,7 +28,7 @@
ica1 = {
enable = true;
signedCert = ../pki/cacerts/ica1.crt;
signedCert = ../../pki/cacerts/ica1.crt;
};
ica2.enable = true;