From 7d1ff1c03b1cf5bb79cf43169ed8b1155f53e2f1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 20 Sep 2023 18:27:11 +0000 Subject: [PATCH] contrib: Remove old signature configuration We do not support disabling the signature check any more and we no longer have any host keys to sign packages. Signed-off-by: Michael Tremer --- contrib/config/general.conf | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/contrib/config/general.conf b/contrib/config/general.conf index bf5e25da6..38ab91517 100644 --- a/contrib/config/general.conf +++ b/contrib/config/general.conf @@ -5,16 +5,3 @@ # If no proxy setting is configured, Pakfire will # use the environment settings. #proxy = http://192.168.180.1:800 - -[signatures] -# Sets the mode of the signature verification. -# Possible options: strict, permissive, disabled. -# strict breaks when a signature could not be successfully -# verified. permissive goes on and prints warnings. -# disabled skips signature verification. -#mode = strict - -# Host key ID -# The host key is used to sign packages that are built -# by this host automatically. -#host_key = 9B4A7F53C79921A7 -- 2.47.2