From 0692a1aa9cffa00692b29936de3f46fc9df95fef Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 06 Jun 2016 15:31:27 +0000
Subject: [PATCH] OPENDJ-3079 Clarify that setup --useJavaKeystore does not affect admin connector

---
 opendj-server-legacy/src/messages/org/opends/messages/tool.properties |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties
index a11cbbc..391a70d 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties
@@ -1854,7 +1854,9 @@
  PKCS#11 token that the server should use when accepting SSL-based \
  connections or performing StartTLS negotiation
 INFO_INSTALLDS_DESCRIPTION_USE_JAVAKEYSTORE_1401=Path of a Java \
- Key Store (JKS) containing a certificate to be used as the server certificate
+ Key Store (JKS) containing a certificate to be used as the server certificate. \
+ This does not apply to the administration connector, which uses \
+ its own key store and certificate (default: config/admin-keystore and admin-cert)
 INFO_INSTALLDS_DESCRIPTION_USE_PKCS12_1402=Path of a PKCS#12 key \
  store containing the certificate that the server should use when accepting \
  SSL-based connections or performing StartTLS negotiation

--
Gitblit v1.10.0