From 92397c3112e0a1ed8ae46fcc9404ffec4e0ccaa7 Mon Sep 17 00:00:00 2001 From: Chris Ridd <chris.ridd@forgerock.com> Date: Fri, 21 Dec 2012 14:48:16 +0000 Subject: [PATCH] Fix OPENDJ-668 Cannot configure ssl-cipher-suites on admin connector --- opends/src/admin/messages/AdministrationConnectorCfgDefn.properties | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/opends/src/admin/messages/AdministrationConnectorCfgDefn.properties b/opends/src/admin/messages/AdministrationConnectorCfgDefn.properties index f098329..c39e8d7 100644 --- a/opends/src/admin/messages/AdministrationConnectorCfgDefn.properties +++ b/opends/src/admin/messages/AdministrationConnectorCfgDefn.properties @@ -10,5 +10,11 @@ property.listen-port.description=Only a single port number may be provided. property.ssl-cert-nickname.synopsis=Specifies the nickname (also called the alias) of the certificate that the Administration Connector will use when performing SSL communication. property.ssl-cert-nickname.default-behavior.alias.synopsis=Let the server decide. +property.ssl-cipher-suite.synopsis=Specifies the names of the SSL cipher suites that are allowed for use in SSL communication. +property.ssl-cipher-suite.default-behavior.alias.synopsis=Uses the default set of SSL cipher suites provided by the server's JVM. +property.ssl-cipher-suite.requires-admin-action.synopsis=Changes to this property take effect immediately but will only impact new SSL/TLS-based sessions created after the change. +property.ssl-protocol.synopsis=Specifies the names of the SSL protocols that are allowed for use in SSL or StartTLS communication. +property.ssl-protocol.default-behavior.alias.synopsis=Uses the default set of SSL protocols provided by the server's JVM. +property.ssl-protocol.requires-admin-action.synopsis=Changes to this property take effect immediately but only impact new SSL/TLS-based sessions created after the change. property.trust-manager-provider.synopsis=Specifies the name of the trust manager that is used with the Administration Connector . property.trust-manager-provider.syntax.aggregation.constraint-synopsis=The referenced trust manager provider must be enabled. -- Gitblit v1.10.0