From 7d8798f60b11973fd17d85caf3da2e8473842d2a Mon Sep 17 00:00:00 2001 From: joe Date: Sun, 24 Apr 2016 16:56:47 -0400 Subject: paths comment --- kiki.hs | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'kiki.hs') diff --git a/kiki.hs b/kiki.hs index cf4089a..32aad70 100644 --- a/kiki.hs +++ b/kiki.hs @@ -1478,6 +1478,17 @@ kiki "init-key" args = do HomePub ( encode $ Message [] ) + -- Private + -- pem tor /var/lib/tor/samizdat/private_key + -- pem ssh-client %(home)/.ssh/id_rsa + -- pem ssh-server /etc/ssh/ssh_host_rsa_key + -- pem ipsec /etc/ipsec.d/private/%(onion).pem + + -- Public + -- ssh-client %(home)/.ssh/id_rsa.pub + -- ssh-server /etc/ssh/ssh_host_rsa_key.pub + -- ipsec /etc/ipsec.d/certs/%(onion).pem + -- TODO: These should be read from a configuration file. -- (use SimpleConfig) let torpath = fromMaybe "" rootdir ++ "/var/lib/tor/samizdat/private_key" -- cgit v1.2.3