]> git.ipfire.org Git - people/stevee/pakfire.git/commitdiff
conf: Remove option to disable SSL certificate validation
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 23 Apr 2021 16:02:58 +0000 (16:02 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 23 Apr 2021 16:02:58 +0000 (16:02 +0000)
This is always enabled. Don't even think about it.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
contrib/config/general.conf

index 6f2b8625efb902276f856f19300e019526d31bee..b578acd95e74be4345de347d3dee257c9ff76db8 100644 (file)
@@ -11,9 +11,6 @@
 # use the environment settings.
 #proxy = http://192.168.180.1:800
 
-# Verify SSL certificates?
-#verify = true
-
 [signatures]
 # Sets the mode of the signature verification.
 # Possible options: strict, permissive, disabled.