Changes between Version 1 and Version 2 of otm-ssh-cert-emulab


Ignore:
Timestamp:
02/09/12 17:46:45 (12 years ago)
Author:
Prasad Calyam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • otm-ssh-cert-emulab

    v1 v2  
    5252== 6. Certificates ==
    5353
    54 A certificate is generated through Emulab portal by specifying a PassPhrase during creation. This certificate is used by Flack, OMNI/Gush.
     54A certificate is generated through Emulab portal by specifying a !PassPhrase during creation. This certificate is used by Flack, OMNI/Gush.
    5555
    56 For Flack, it will ask you to login into Emulab web-portal and then Flack will download the certificate through the web-portal when you specify the PassPhrase.
     56For Flack, it will ask you to login into Emulab web-portal and then Flack will download the certificate through the web-portal when you specify the !PassPhrase.
    5757
    58 For OMNI/Gush, You need to copy the certificate to the OMNI/Gush client and specify it in omni_config file. You will be prompted for PassPhrase each time OMNI/Gush will use the certificate. To avoid the prompt for PassPhrase, you can create clear text certificate (i.e., keyout.pem ) using encrypted certificate (i.e., encrypted.pem ) by using the following command -
     58For OMNI/Gush, You need to copy the certificate to the OMNI/Gush client and specify it in omni_config file. You will be prompted for !PassPhrase each time OMNI/Gush will use the certificate. To avoid the prompt for !PassPhrase, you can create clear text certificate (i.e., keyout.pem ) using encrypted certificate (i.e., encrypted.pem ) by using the following command -
    5959{{{
    6060openssl rsa -in encrypted.pem -out keyout.pem