Author: aum
Date: 2006-05-26 02:21:12 +0000 (Fri, 26 May 2006)
New Revision: 8875
Modified:
trunk/apps/pyFreenet/README.freedisk
trunk/apps/pyFreenet/code.leo
Log:
added better install instructions for freedisk
Modified: trunk/apps/pyFreenet/README.freedisk
===================================================================
--- trunk/apps/pyFreenet/README.freedisk 2006-05-26 02:00:31 UTC (rev
8874)
+++ trunk/apps/pyFreenet/README.freedisk 2006-05-26 02:21:12 UTC (rev
8875)
@@ -68,6 +68,24 @@
$ cat /mnt/freenet/keys/KSK at hello
+See that the key is cached:
+
+ $ ls -las /mnt/freenet/keys
+
+Clear the key from the cache:
+
+ $ rm /mnt/freenet/keys/KSK at hello
+
+Generate an SSK private key:
+
+ $ cat /mnt/freenet/genkey
+
+Generate a full SSK public,private key pair:
+
+ $ cat /mnt/freenet/genkeypair
+
+ (you will see two URIs, the public then private, on separate lines)
+
------------------------------------------------------------------
STATUS:
@@ -79,6 +97,8 @@
- partial key retrieve (only for URIs with no slashes):
$ cat /mnt/freenet/keys/KSK at hello
+ - key deletion from cache (via 'rm') working
+
- write not done
- fancy shit not done yet
Modified: trunk/apps/pyFreenet/code.leo
===================================================================
--- trunk/apps/pyFreenet/code.leo 2006-05-26 02:00:31 UTC (rev 8874)
+++ trunk/apps/pyFreenet/code.leo 2006-05-26 02:21:12 UTC (rev 8875)
@@ -9777,6 +9777,24 @@
$ cat /mnt/freenet/keys/KSK at hello
+See that the key is cached:
+
+ $ ls -las /mnt/freenet/keys
+
+Clear the key from the cache:
+
+ $ rm /mnt/freenet/keys/KSK at hello
+
+Generate an SSK private key:
+
+ $ cat /mnt/freenet/genkey
+
+Generate a full SSK public,private key pair:
+
+ $ cat /mnt/freenet/genkeypair
+
+ (you will see two URIs, the public then private, on separate lines)
+
------------------------------------------------------------------
STATUS:
@@ -9788,6 +9806,8 @@
- partial key retrieve (only for URIs with no slashes):
$ cat /mnt/freenet/keys/KSK at hello
+ - key deletion from cache (via 'rm') working
+
- write not done
- fancy shit not done yet