From d780c3e5eacc6278222a767913c4414e116becb4 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 18 Nov 2009 12:46:01 +0000
Subject: [PATCH] Fix for issue 3256 (Add certificate settings options in setup CLI) When the user chooses to generate a self-signed certificate in the command-line setup, prompt to provide the host name that will be used to generate the certificate.

---
 opends/src/messages/messages/tools.properties |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties
index f1f2763..9e13b15 100644
--- a/opends/src/messages/messages/tools.properties
+++ b/opends/src/messages/messages/tools.properties
@@ -2540,4 +2540,10 @@
  argument '%s'
 INFO_DESCRIPTION_SUBENTRIES_1702=Use subentries control to specify that \
  subentries are visible and normal entries are not
+INFO_INSTALLDS_DESCRIPTION_HOST_NAME_1703=Directory server host name or IP \
+ address that will be used to generate the self-signed certificate.  This \
+ argument will be taken into account only if the self-signed certificate \
+ argument %s is specified
+INFO_INSTALLDS_PROMPT_HOST_NAME_1704=Provide the fully-qualified host name or \
+ IP address that will be used to generate the self-signed certificate
 

--
Gitblit v1.10.0