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:
parent
8c9c060eb4
commit
43ca7c7187
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
ica1 = {
|
ica1 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
signedCert = ../pki/cacerts/ica1.crt;
|
signedCert = ../../pki/cacerts/ica1.crt;
|
||||||
};
|
};
|
||||||
|
|
||||||
ica2.enable = true;
|
ica2.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue