Changes between Version 6 and Version 7 of TLS
- Timestamp:
- Jan 24, 2008 8:59:04 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TLS
v6 v7 16 16 == Running pjsua as TLS Server == 17 17 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 18 22 1. Run pjsua: 19 23 {{{ … … 21 25 22 26 }}} 27 1. To see more TLS options, run {{{./pjsua --help}}}. 23 28 24 29 == Running pjsua as TLS Client == … … 30 35 }}} 31 36 37 To see more TLS options, run {{{./pjsua --help}}}. 32 38 33 == Configuring Other User Agents ==34 35 === !EyeBeam ===36 37 Install CACert certificate of authority:38 39 1. Run Internet Explorer browser40 1. Open https://www.cacert.org/index.php?id=341 1. Click the link in the page that says to install certificate with IE42 43 Restart !EyeBeam44 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