From ac9ef228be5fe979b7eb61618d37398d42ad2a8f Mon Sep 17 00:00:00 2001 From: lutoff <lutoff@localhost> Date: Thu, 13 Sep 2007 13:10:53 +0000 Subject: [PATCH] If the user specify a keystore, we will now prompt for certificate nickname found in the keystore. --- opendj-sdk/opends/src/messages/messages/utility.properties | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/utility.properties b/opendj-sdk/opends/src/messages/messages/utility.properties index ff5a041..2833ab8 100644 --- a/opendj-sdk/opends/src/messages/messages/utility.properties +++ b/opendj-sdk/opends/src/messages/messages/utility.properties @@ -544,3 +544,6 @@ INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_USER_DN_255 =User DN : %s INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_VALIDITY_256=Validity : From '%s'%n To '%s' INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_ISSUER_257 =Issuer : %s +INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_ALIASES_258=Which certificate do you want to use? +INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_ALIAS_259=%s (%s) + -- Gitblit v1.10.0