From e523c3b1f2ab90f2b424bdefe674a0fd3d8da7f4 Mon Sep 17 00:00:00 2001 From: Ludovic Poitou <ludovic.poitou@forgerock.com> Date: Thu, 23 Jun 2011 17:07:56 +0000 Subject: [PATCH] Fix for issue OPENDJ-214. Rebranded as OpenDJ and now uses product-name variable. --- opends/src/admin/messages/FileBasedKeyManagerProviderCfgDefn.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/admin/messages/FileBasedKeyManagerProviderCfgDefn.properties b/opends/src/admin/messages/FileBasedKeyManagerProviderCfgDefn.properties index 328eb2c..94f6e74 100644 --- a/opends/src/admin/messages/FileBasedKeyManagerProviderCfgDefn.properties +++ b/opends/src/admin/messages/FileBasedKeyManagerProviderCfgDefn.properties @@ -5,7 +5,7 @@ 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 OpenDS Directory Server instance root. +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. property.key-store-file.description=Changes to this property will take effect the next time that the key manager is accessed. property.key-store-file.syntax.string.pattern.synopsis=A path to an existing file that is readable by the server. property.key-store-pin.synopsis=Specifies the clear-text PIN needed to access the File Based Key Manager Provider . -- Gitblit v1.10.0