From 60f5dfd7eaa64aa931033c0e5266391ecbbc96fa Mon Sep 17 00:00:00 2001 From: Nicolas Capponi <nicolas.capponi@forgerock.com> Date: Wed, 25 Sep 2013 07:31:13 +0000 Subject: [PATCH] Fix OPENDJ-18 - keystore import failes due to empty PIN Review CR-2353 --- opends/src/admin/messages/FileBasedKeyManagerProviderCfgDefn_zh_TW.properties | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/opends/src/admin/messages/FileBasedKeyManagerProviderCfgDefn_zh_TW.properties b/opends/src/admin/messages/FileBasedKeyManagerProviderCfgDefn_zh_TW.properties index 913e6ad..067eeae 100644 --- a/opends/src/admin/messages/FileBasedKeyManagerProviderCfgDefn_zh_TW.properties +++ b/opends/src/admin/messages/FileBasedKeyManagerProviderCfgDefn_zh_TW.properties @@ -2,7 +2,6 @@ user-friendly-plural-name=File Based Key Manager Providers synopsis=The File Based Key Manager Provider can be used to obtain the server certificate from a key store file on the local file system. description=Multiple file formats may be supported, depending on the providers supported by the underlying Java runtime environment. -constraint.1.synopsis=The key store pin must be specified using one of the key-store-pin properties when the File Based Key Manager Provider is enabled. property.enabled.synopsis=Indicates whether the File Based Key Manager Provider is enabled for use. property.java-class.synopsis=The fully-qualified name of the Java class that provides the File Based Key Manager Provider implementation. property.key-store-file.synopsis=Specifies the path to the file that contains the private key information. This may be an absolute path, or a path that is relative to the OpenDJ instance root. -- Gitblit v1.10.0