From: Thierry Parmentelat Date: Mon, 14 Jun 2010 15:34:33 +0000 (+0200) Subject: more details on the process X-Git-Tag: foo~115 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c0d2a61513922540048dbe1fff54899496c9145a;p=infrastructure.git more details on the process --- 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