more details on the process
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 14 Jun 2010 15:34:33 +0000 (17:34 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 14 Jun 2010 15:34:33 +0000 (17:34 +0200)
omf/export-omf.sh

index 2003228..87bf944 100755 (executable)
@@ -1,5 +1,16 @@
 #!/bin/bash
-# to be run on www.planet-lab.eu where the CERTH key was imported
+# to be run on {www,boot}.planet-lab.eu where the CERTH key was imported
+#
+# (*) used NITOS indications to locate armored key
+# http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x4646985724FAFE07
+#
+# (*) stored that in /etc/planetlab/Nitlab.key
+#
+# (*) gpg --import /etc/planetlab/Nitlab.key
+#
+# (*) signed the snipped version and published it to NITOS
+# upon reception of their acknowledgement we can sign the key
+# (which hopefully will remove the need for typing 'y' hehe)
 
 DIRNAME=$(dirname $0)
 
@@ -12,3 +23,6 @@ plcsh ./export-omf.py -- EXPORT
 
 yes | gpg -r CERTH -e < EXPORT.snip > EXPORT.snip.nitlab
 yes | gpg -r CERTH -e < EXPORT > EXPORT.nitlab
+
+# publish under /var/www/html/download/EXPORT.nitlab
+# or whatever the name is