mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-08-08 04:19:51 +02:00
base/journald-upload: verify server cert against CA bundle
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user