From: Martin Schanzenbach Date: Fri, 29 Jun 2012 17:27:35 +0000 (+0000) Subject: -pregen hostkey X-Git-Tag: initial-import-from-subversion-38251~12723 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e6f64ac1efdc9c9f39611034215c1ab84771be0f;p=oweals%2Fgnunet.git -pregen hostkey --- diff --git a/src/gns/test_gns_simple_lookup.conf b/src/gns/test_gns_simple_lookup.conf index 6b8adb4f3..ecc6e5568 100644 --- a/src/gns/test_gns_simple_lookup.conf +++ b/src/gns/test_gns_simple_lookup.conf @@ -51,7 +51,7 @@ BINDTO = 127.0.0.1 WEAKRANDOM = YES [gnunetd] -HOSTKEY = $SERVICEHOME/.hostkey +HOSTKEY = zonefiles/test_zonekey [PATHS] DEFAULTCONFIG = test_gns_simple_lookup.conf @@ -75,7 +75,7 @@ DNS_EXIT = 8.8.8.8 #PREFIX = valgrind -v --leak-check=full --track-origins=yes AUTOSTART = YES BINARY = gnunet-service-gns -ZONEKEY = $SERVICEHOME/.hostkey +ZONEKEY = zonefiles/test_zonekey PRIVATE_ZONE = private PRIVATE_ZONEKEY = zonefiles/OEFL7A4VEF1B40QLEMTG5D8G1CN6EN16QUSG5R2DT71GRJN34LSG.zkey SHORTEN_ZONE = short diff --git a/src/gns/zonefiles/test_zonekey b/src/gns/zonefiles/test_zonekey new file mode 100644 index 000000000..cfa760624 Binary files /dev/null and b/src/gns/zonefiles/test_zonekey differ