From 24c0366b101a36aec5d4e9698979db18e6806d8e Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 18 Jun 2026 08:42:16 +0100 Subject: [PATCH] Disable fetching key from site with expired certificate --- cookbooks/apt/recipes/hwraid.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/apt/recipes/hwraid.rb b/cookbooks/apt/recipes/hwraid.rb index b318d270d..c30e3e41a 100644 --- a/cookbooks/apt/recipes/hwraid.rb +++ b/cookbooks/apt/recipes/hwraid.rb @@ -45,5 +45,5 @@ apt_repository "hwraid" do uri "https://hwraid.le-vert.net/#{platform_name}" distribution distribution_name components ["main"] - key "https://hwraid.le-vert.net/debian/hwraid.le-vert.net.gpg.key" + # key "https://hwraid.le-vert.net/debian/hwraid.le-vert.net.gpg.key" end -- 2.47.3