openssl: Remove References to OPENSSL_X509_CERT_FILE

This commit is contained in:
William A. Kennington III
2015-05-31 15:50:51 -07:00
parent afa5859716
commit 867d2c5c46
7 changed files with 7 additions and 33 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ in
script = "exec venus-planet ${configFile}";
serviceConfig.User = "${cfg.user}";
serviceConfig.Group = "${cfg.group}";
environment.OPENSSL_X509_CERT_FILE = "/etc/ssl/certs/ca-bundle.crt";
environment.SSL_CERT_FILE = "/etc/ssl/certs/ca-bundle.crt";
startAt = cfg.dates;
};