Changes between Version 6 and Version 7 of TLS


Ignore:
Timestamp:
Jan 24, 2008 8:59:04 AM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TLS

    v6 v7  
    1616== Running pjsua as TLS Server == 
    1717 
     18 1. You will need to have all three PEM files: 
     19     a. The root certificate 
     20     a. The server certificate 
     21     a. The private key 
    1822 1. Run pjsua: 
    1923  {{{ 
     
    2125 
    2226  }}} 
     27 1. To see more TLS options, run {{{./pjsua --help}}}. 
    2328 
    2429== Running pjsua as TLS Client == 
     
    3035}}} 
    3136 
     37To see more TLS options, run {{{./pjsua --help}}}. 
    3238 
    33 == Configuring Other User Agents == 
    34  
    35 === !EyeBeam === 
    36  
    37 Install CACert certificate of authority: 
    38  
    39  1. Run Internet Explorer browser 
    40  1. Open https://www.cacert.org/index.php?id=3 
    41  1. Click the link in the page that says to install certificate with IE 
    42  
    43 Restart !EyeBeam 
    44  
    45 Notes: 
    46  1. !EyeBeam verifies the server name against commonName field of the certificate, so make sure commonName matches the hostname being contacted by !EyeBeam