X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=onak.ini.in;h=dc68e1f0173f6df9a8d8aea404313787d66ef93d;hb=6565bed3065d1751abf469da1a85884d9ddde759;hp=4dbf8305d516cf73fbf7a7447ac02efa96148c56;hpb=a799cc2909f47d918d1ec7171a9edba28a9f5136;p=onak.git diff --git a/onak.ini.in b/onak.ini.in index 4dbf830..dc68e1f 100644 --- a/onak.ini.in +++ b/onak.ini.in @@ -16,9 +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]