X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=onak.conf.in;h=74a377268439916b26dace1267eadb2746c681d6;hb=97c3564f800bbf922f771f79bfb7e8e014fc9b77;hp=e1b2c4f8ba071329c8f414517e734947a1164318;hpb=6e719fc77846c969252cd51c2639ecb2c61bc941;p=onak.git diff --git a/onak.conf.in b/onak.conf.in index e1b2c4f..74a3772 100644 --- a/onak.conf.in +++ b/onak.conf.in @@ -10,6 +10,9 @@ logfile @STATEDIR@/log/onak.log # Loglevel : 0 is highest debug, default is 3, nothing is 7+ loglevel 3 +# Should we use the keyd backend? +use_keyd false + ### Set www_port to the port on which HTTP requests should be accepted. ### If you do not want to process HTTP requests, set this to 0. @@ -31,6 +34,7 @@ maintainer_email PGP Key Server Administrator mail_intro_file /community/pgp-keyserver/share/mail_intro help_dir /community/pgp-keyserver/share mail_dir @STATEDIR@/spool/onak +sock_dir @RUNDIR@ ### If you change this, make sure to put a corresponding help file in ### the help_dir named above @@ -64,3 +68,8 @@ max_last 1 ### will allow any size reply. max_reply_keys 128 + +## +## Verify signature hashes. +## +#check_sighash true