set env for ssl
All checks were successful
Build and Publish / build-release (push) Successful in 2m20s
All checks were successful
Build and Publish / build-release (push) Successful in 2m20s
This commit is contained in:
@@ -36,6 +36,10 @@
|
||||
contents = [ package pkgs.bashInteractive pkgs.busybox pkgs.shadow pkgs.cacert ];
|
||||
config = {
|
||||
Cmd = [ "${package}/bin/policy_service" "start" ];
|
||||
Env = [
|
||||
"SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
|
||||
"SSL_CERT_DIR=${pkgs.cacert}/etc/ssl/certs"
|
||||
];
|
||||
};
|
||||
};
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user