-handle failure to load certs more nicely
[oweals/gnunet.git] / src / gns / gns.conf.in
index 2c1fa9ccc4d66d0255d20a45896af491a57727a4..f2d65adfe2c698f9549f200b98e0aebd75f5002c 100644 (file)
@@ -8,9 +8,6 @@ UNIXPATH = /tmp/gnunet-service-gns.sock
 
 ZONE_DIR = $SERVICEHOME/gns/
 
-# Where to store the key for the Shorten zone
-SHORTEN_ZONEKEY = $SERVICEHOME/gns/zonekey_short.zkey
-
 # Should we hijack DNS queries using the Linux firewall? 
 # (this only works on GNU/Linux systems)
 HIJACK_DNS = NO
@@ -27,7 +24,7 @@ UNIX_MATCH_GID = YES
 
 # When we automatically import PKEYs into shorten zone, require confirmation
 # before they become active? (Not useful right now as the GUI to confirm
-# doesn't exist)
+# doesn't exist -- and neither does the API...)
 AUTO_IMPORT_CONFIRMATION_REQ = NO
 
 # How many queries is GADS allowed to perform in the background at the same time?