From 8f8814e70584dbe4008f7d484aa5ef423d42fae6 Mon Sep 17 00:00:00 2001 From: desaster Date: Tue, 24 Nov 2009 18:53:46 +0000 Subject: [PATCH] add missing public_key & private_key git-svn-id: https://kippo.googlecode.com/svn/trunk@73 951d7100-d841-11de-b865-b3884708a8e2 --- kippo.cfg.dist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kippo.cfg.dist b/kippo.cfg.dist index b26c1032..cc3b1210 100644 --- a/kippo.cfg.dist +++ b/kippo.cfg.dist @@ -5,3 +5,5 @@ log_path = log download_path = dl contents_path = honeyfs filesystem_file = fs.pickle +public_key = public.key +private_key = private.key