Fix some references to deprecated /etc/ssl/certs/ca-bundle.crt

This commit is contained in:
Eelco Dolstra
2016-01-29 02:32:05 +01:00
parent 7d2eb0c4ab
commit bfebc7342e
5 changed files with 9 additions and 9 deletions

View File

@@ -165,7 +165,7 @@ in
script = "exec venus-planet ${configFile}";
serviceConfig.User = "${cfg.user}";
serviceConfig.Group = "${cfg.group}";
environment.SSL_CERT_FILE = "/etc/ssl/certs/ca-bundle.crt";
environment.SSL_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt";
startAt = cfg.dates;
};