aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-05 16:51:04 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-05 16:51:04 +0000
commit08b77389d8aac354da74e53412099f7fb60caa28 (patch)
tree4c6ff56ee13b6f5425bfd128f024e8f4f8a20e64 /contrib
parent39c0c0fdef116610245c43e825ce9ebeff11234d (diff)
removing gnunet-pseudonym, we're using GNS/gnunet-identity instead in the future
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/gnunet-gns-import.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/gnunet-gns-import.sh b/contrib/gnunet-gns-import.sh
index eb1a4defac..d1edbd432a 100755
--- a/contrib/gnunet-gns-import.sh
+++ b/contrib/gnunet-gns-import.sh
@@ -7,11 +7,16 @@ gnunet-identity -C master-zone
gnunet-identity -C short-zone
gnunet-identity -C private-zone
+# Additionally, we create the FS SKS zone
+gnunet-identity -C sks-zone
+
# Integrate those with the respective subsystems.
gnunet-identity -e short-zone -s gns-short
gnunet-identity -e master-zone -s gns-master
gnunet-identity -e private-zone -s gns-private
+gnunet-identity -e sks-zone -s fs-sks
+# Get the public keys as strings (so we can create PKEY records)
MASTER=`gnunet-identity -d | grep master-zone | awk '{print $3}`
SHORT=`gnunet-identity -d | grep short-zone | awk '{print $3}`
PRIVATE=`gnunet-identity -d | grep private-zone | awk '{print $3}`