X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=omf%2Fexport-omf.sh;fp=omf%2Fexport-omf.sh;h=87bf944d63af63f335cc2cd93e3463983483ae4a;hb=c0d2a61513922540048dbe1fff54899496c9145a;hp=2003228e1a71c8501d665b58b068aa0a124a0165;hpb=d8a22084b608ce6d8388f3fb0001ee055d57dc17;p=infrastructure.git 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