From 0e9445463dbd065a765589a30dde204f4504bbd2 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Mon, 20 Oct 2008 11:40:48 +0000 Subject: [PATCH] Fix for issue 3504 (setup --userJavaKeystore doesn't support JCEKS keystore). --- opends/src/messages/messages/tools.properties | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties index a3e9a83..9d6ea5a 100644 --- a/opends/src/messages/messages/tools.properties +++ b/opends/src/messages/messages/tools.properties @@ -2369,3 +2369,12 @@ to read the file '%s' containing the list of ignored attributes: %s INFO_LDIFDIFF_CANNOT_PARSE_STRING_AS_DN_1616=The string '%s' from file '%s' could \ not be parsed as a dn +INFO_INSTALLDS_DESCRIPTION_USE_JCEKS_1617=Path of a JCEKS containing a \ + certificate to be used as the server certificate +INFO_INSTALLDS_CERT_OPTION_JCEKS_1618=Use an existing certificate located on a \ + JCEKS key store +INFO_INSTALLDS_PROMPT_JCEKS_PATH_1619=JCEKS Key Store path: +SEVERE_ERR_CONFIG_KEYMANAGER_CANNOT_CREATE_JCEKS_PROVIDER_1620=Error creating \ + JCEKS Key Provider configuration: %s +SEVERE_ERR_CONFIG_KEYMANAGER_CANNOT_CREATE_JCEKS_TRUST_MANAGER_1621=Error \ + creating JCEKS Trust Manager configuration: %s -- Gitblit v1.10.0