From d1c8d6decb76c7025fe6ac8aae9f93c62322b560 Mon Sep 17 00:00:00 2001 From: Lars Thorsen Date: Wed, 28 Mar 2012 14:25:24 +0200 Subject: Fix descriptions of ssl_client_options and ssl_server_options --- lib/orber/doc/src/ch_install.xml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/lib/orber/doc/src/ch_install.xml b/lib/orber/doc/src/ch_install.xml index de9c0e3a9d..e5af2a4a27 100644 --- a/lib/orber/doc/src/ch_install.xml +++ b/lib/orber/doc/src/ch_install.xml @@ -396,13 +396,13 @@ nodeB@hostB> orber:start(). ssl_server_options list() - See the SSL application + See the SSL application for valid options. ssl_client_options list() - See the SSL application + See the SSL application for valid options. @@ -631,9 +631,19 @@ nodeB@hostB> orber:start(). {local, DefaultNATPort, [{Port, NATPort}]}. See also Firewall Configuration. ssl_server_options - the file path to a server side CA certificate. + A list of the SSL options when Orber is the server. + In general it's just to remove the 'ssl_server_' prefix from the old options, + i.e. ssl_server_verify will just be verify in this option list. + See the SSL application for the correct list of possible + options and their values. + ssl_client_options - The path to a file containing a chain of PEM encoded certificates. + A list of the SSL options when Orber is the client. + In general it's just to remove the ssl_client_ prefix from the old options, + i.e. ssl_client_depth will just be depth in this option list. + See the SSL application for the correct list of possible + options and their values. + iiop_ssl_out_keepalive Enables periodic transmission on a connected socket, when no other data is being exchanged. If the other end does not respond, the -- cgit v1.2.3