Changes between Version 6 and Version 7 of GENIExperimenter/Tutorials/ECE375/Setup
- Timestamp:
- 08/02/13 16:41:16 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/ECE375/Setup
v6 v7 22 22 4. Next, click on “Generate SSH keypair” and enter your passphrase. Make sure 23 23 you remember that passphrase. 24 5. On the next page click on “Download Private Key” and save key to ~/.sshlocally.24 5. On the next page click on “Download Private Key” and save key to {{{~/.ssh}}} locally. 25 25 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 ~/.ssllocally.26 7. Download the certificate to {{{~/.ssl}}} locally. 27 27 8. Make sure the files that hold your secret keys are adequately protected. To 28 28 make sure that’s the case you can execute the following commands: … … 41 41 curl http://emmy9.casa.umass.edu/create_jks.py -o create_jks.py 42 42 }}} 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 }}} 44 47 12. Execute command: 45 48 {{{