base/journald-upload: verify server cert against CA bundle

This commit is contained in:
h7x4
2026-07-27 13:50:39 +02:00
committed by oysteikt
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;
};
};