]> the.earth.li Git - onak.git/blobdiff - onak.ini.in
Add dependency on pkg-config
[onak.git] / onak.ini.in
index 8989f0704a28832ed4685c8671b562bf1fd32c98..dc68e1f0173f6df9a8d8aea404313787d66ef93d 100644 (file)
@@ -16,12 +16,19 @@ max_reply_keys=128
 
 ; Settings related to key verification options available.
 [verification]
+; Blacklist certain fingerprints (e.g. EVIL32). One fingerprint per line,
+; comment lines start with #
+;blacklist=blacklist.txt
 ; Verify signature hashes - verify that the hash a signature claims to be
 ; over matches the hash of the data. Does not actually verify the signature.
 check_sighash=true
 ; Drop v3 (and older) keys. These are long considered insecure, so unless there
 ; is a good reason you should accept this default.
 drop_v3=true
+; Only allow keys that already exist to be update; silently drop the addition
+; of any key we don't already know about. Useful for allowing updates to
+; curated keys without the addition of new keys.
+;update_only=false
 
 ; Settings related to the email interface to onak.
 [mail]