From 3c10f9cd4dc2c3cf92d66252e60cbaddfcb220ac Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Tue, 21 Oct 2008 14:31:53 +0000 Subject: [PATCH] Update some messages to make a reference to JCEKS. --- opends/src/messages/messages/tools.properties | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties index 9d6ea5a..aede7ce 100644 --- a/opends/src/messages/messages/tools.properties +++ b/opends/src/messages/messages/tools.properties @@ -2066,16 +2066,16 @@ SSL-based connections or performing StartTLS negotiation INFO_INSTALLDS_DESCRIPTION_KEYSTOREPASSWORD_1403=Certificate key store PIN. \ A PIN is required when you specify to use an existing certificate (JKS, \ - PKCS#12 or PKCS#11) as server certificate + JCEKS, PKCS#12 or PKCS#11) as server certificate INFO_INSTALLDS_DESCRIPTION_KEYSTOREPASSWORD_FILE_1404=Certificate key store \ PIN file. A PIN is required when you specify to use an existing certificate \ - (JKS, PKCS#12 or PKCS#11) as server certificate + (JKS, JCEKS, PKCS#12 or PKCS#11) as server certificate INFO_INSTALLDS_DESCRIPTION_CERT_NICKNAME_1405=Nickname of the \ certificate that the server should use when accepting SSL-based \ connections or performing StartTLS negotiation SEVERE_ERR_INSTALLDS_SEVERAL_CERTIFICATE_TYPE_SPECIFIED_1406=You have \ specified several certificate types to be used. Only one certificate type \ - (self-signed, JKS, PKCS#12 or PCKS#11) is allowed + (self-signed, JKS, JCEKS, PKCS#12 or PCKS#11) is allowed SEVERE_ERR_INSTALLDS_CERTIFICATE_REQUIRED_FOR_SSL_OR_STARTTLS_1407=You have \ chosen to enable SSL or StartTLS. You must specify which type of certificate \ you want the server to use -- Gitblit v1.10.0