base/journald-upload: verify server cert against CA bundle
Build topology graph / evals (push) Successful in 3m13s
Eval nix flake / evals (push) Successful in 7m15s

This commit was merged in pull request #158.
This commit is contained in:
2026-07-25 19:00:11 +09:00
parent 65705237ab
commit f9d39adf53
+1 -1
View File
@@ -9,7 +9,7 @@ in
URL = "https://journald.pvv.ntnu.no:${toString config.services.journald.remote.port}";
ServerKeyFile = "-";
ServerCertificateFile = "-";
TrustedCertificateFile = "-";
TrustedCertificateFile = config.security.pki.caBundle;
};
};