From 06eb768a5756fc915bb3e2f6bb0c7e1e8031ca9b Mon Sep 17 00:00:00 2001 From: Tom Bartelt Date: Tue, 23 Jul 2013 06:39:49 -0400 Subject: Updated server.cfg --- other/bootstrap_serverdaemon/server.cfg | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/other/bootstrap_serverdaemon/server.cfg b/other/bootstrap_serverdaemon/server.cfg index aa85e132..8ef516ca 100644 --- a/other/bootstrap_serverdaemon/server.cfg +++ b/other/bootstrap_serverdaemon/server.cfg @@ -3,12 +3,9 @@ // The port used by bootstrap_server to listen on port = 33445; -// The key files -// This doesn't actually work, don't be fooled! -// Waiting for better support from the core. -//public_key = "/home/tom/pubkey"; -//secret_key = "/home/tom/seckey"; -// Guess I was wrong! +// The key file +// make sure that the user who runs the server +// does have permissions to read it/write to it keys_file = "/home/tom/.bootstrap_server.keys" // The PID file written to by bootstrap_server, -- cgit v1.2.3