From c0d2a61513922540048dbe1fff54899496c9145a Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 14 Jun 2010 17:34:33 +0200 Subject: [PATCH] more details on the process --- omf/export-omf.sh | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/omf/export-omf.sh b/omf/export-omf.sh index 2003228..87bf944 100755 --- a/omf/export-omf.sh +++ b/omf/export-omf.sh @@ -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 -- 2.45.2