From 4ed62ed003d9e18bc4ff04024f8e294a47395256 Mon Sep 17 00:00:00 2001 From: Yuriy Movchan <Yuriy.Movchan@gmail.com> Date: Mon, 01 Aug 2022 12:20:50 +0000 Subject: [PATCH] Add BCFKS FIPS key store type support (#247) --- opendj-server-legacy/src/messages/org/opends/messages/utility.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/utility.properties b/opendj-server-legacy/src/messages/org/opends/messages/utility.properties index 029fa06..fcb641f 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/utility.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/utility.properties @@ -321,7 +321,7 @@ ERR_CERTMGR_INVALID_PARENT_274=Parent directory for key store path \ %s does not exist or is not a directory ERR_CERTMGR_INVALID_STORETYPE_275=Invalid key store type, it must \ -be one of the following: %s, %s, %s or %s +be one of the following: %s, %s, %s, %s or %s ERR_CERTMGR_KEYSTORE_NONEXISTANT_276=Keystore does not exist, \ it must exist to retrieve an alias, delete an alias or generate a \ certificate request -- Gitblit v1.10.0