diff options
author | Anthony Neal <aneal@zeroc.com> | 2002-04-18 13:24:25 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2002-04-18 13:24:25 +0000 |
commit | 14ea7a6d727e93b1fc6fb7ad4114a9e55b22754c (patch) | |
tree | ce295c5653d37e0cbe99e5dda62398f874686f8a | |
parent | Fix (diff) | |
download | ice-14ea7a6d727e93b1fc6fb7ad4114a9e55b22754c.tar.bz2 ice-14ea7a6d727e93b1fc6fb7ad4114a9e55b22754c.tar.xz ice-14ea7a6d727e93b1fc6fb7ad4114a9e55b22754c.zip |
Updated to include descriptions of the
Ice.SSL.[Client|Server].Passphrase.Retries properties.
-rw-r--r-- | cpp/doc/Properties.sgml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/cpp/doc/Properties.sgml b/cpp/doc/Properties.sgml index 6a2b7ff2315..07a37835afa 100644 --- a/cpp/doc/Properties.sgml +++ b/cpp/doc/Properties.sgml @@ -528,6 +528,26 @@ If not specified, the default value for these properties is 5000ms, or 5 seconds </section> </section> +<section><title>Ice.SSL.Client.Passphrase.Retries, Ice.SSL.Server.Passphrase.Retries</title> +<section><title>Synopsis</title> +<synopsis> +Ice.SSL.Client.Passphrase.Retries=<replaceable>number of retries</replaceable> +Ice.SSL.Server.Passphrase.Retries=<replaceable>number of retries</replaceable> +</synopsis> +</section> +<section> +<title>Description</title> +<para> +When IceSSL is directed to use a private key in a PEM file that has been encrypted, a prompt +is displayed "Enter PEM pass phrase:". In the case that the passphrase is incorrectly entered, +these properties define how many retries the user will get before IceSSL shuts down. +</para> +<para> +If not specified, the default value for these properties is 5 retries. +</para> +</section> +</section> + <section><title>Ice.SSL.Server.Overrides.RSA.PrivateKey, Ice.SSL.Server.Overrides.RSA.Certificate</title> <section><title>Synopsis</title> <synopsis> |