]> git.ipfire.org Git - pakfire.git/blobdiff - examples/general.conf
Add notice about signatures to configuration file.
[pakfire.git] / examples / general.conf
index 40ec06296eb24de56f5fe7b230f84ba3a7e944a0..8c20812e47f51f092a60711b88344bb97f794860 100644 (file)
 # You may disable any kind of download action.
 # Howevery, pakfire won't be fully functionable.
 #offline = False
+
+[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