Update path to new cacerts (2022-02-01), too
This commit is contained in:
parent
b431acca13
commit
1879ab0ccd
|
@ -60,7 +60,7 @@ pkgs.devshell.mkShell {
|
||||||
# see: https://github.com/joyent/triton-docker-cli/issues/17
|
# see: https://github.com/joyent/triton-docker-cli/issues/17
|
||||||
{
|
{
|
||||||
name = "CURL_CA_BUNDLE";
|
name = "CURL_CA_BUNDLE";
|
||||||
value = "${self.packages.${system}.triton-utils}/share/certs/cacert-2021-10-26.pem";
|
value = "${self.packages.${system}.triton-utils}/share/certs/cacert-2022-02-01.pem";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "CONSUL_HTTP_ADDR";
|
name = "CONSUL_HTTP_ADDR";
|
||||||
|
|
Loading…
Reference in a new issue