Changes between Version 6 and Version 7 of GENIExperimenter/Tutorials/ECE375/Setup


Ignore:
Timestamp:
08/02/13 16:41:16 (11 years ago)
Author:
epittore@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/ECE375/Setup

    v6 v7  
    2222 4. Next, click on “Generate SSH keypair” and enter your passphrase. Make sure
    2323you remember that passphrase.
    24  5. On the next page click on “Download Private Key” and save key to ~/.ssh locally.
     24 5. On the next page click on “Download Private Key” and save key to {{{~/.ssh}}} locally.
    2525 6. In the browser, still on the same page under “My Stuff, Configure Omni” click on the link “create an SSL certificate”.
    26  7. Download the certificate to ~/.ssl locally.
     26 7. Download the certificate to {{{~/.ssl}}} locally.
    2727 8. Make sure the files that hold your secret keys are adequately protected. To
    2828make sure that’s the case you can execute the following commands:
     
    4141 curl http://emmy9.casa.umass.edu/create_jks.py -o create_jks.py
    4242}}}
    43  11. Change it’s access rights by executing: chmod a+x create_jks.py
     43 11. Change it’s access rights by executing:
     44 {{{
     45 chmod a+x create_jks.py
     46 }}}
    4447 12. Execute command:
    4548{{{