From 1879ab0ccd213e306b07381a38935babaee987e6 Mon Sep 17 00:00:00 2001 From: jhonas Date: Wed, 9 Feb 2022 11:49:04 +0100 Subject: [PATCH] Update path to new cacerts (2022-02-01), too --- template/tritonshell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/tritonshell.nix b/template/tritonshell.nix index bbe7f47..7cb0437 100644 --- a/template/tritonshell.nix +++ b/template/tritonshell.nix @@ -60,7 +60,7 @@ pkgs.devshell.mkShell { # see: https://github.com/joyent/triton-docker-cli/issues/17 { 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";