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/quickSetup.properties | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/quickSetup.properties b/opendj-server-legacy/src/messages/org/opends/messages/quickSetup.properties index abd9358..4645220 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/quickSetup.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/quickSetup.properties @@ -506,6 +506,13 @@ INFO_PKCS12_KEYSTORE_DOES_NOT_EXIST=No certificates for the PCKS#12 key store \ could be found. Check that the provided path and PIN are valid and that \ the key store contains certificates. +INFO_BCFKS_CERTIFICATE=Use existing BCFKS File +INFO_BCFKS_CERTIFICATE_LABEL=BCFKS File +INFO_BCFKS_CERTIFICATE_TOOLTIP=Select this option if you have a BCFKS \ + certificate. +INFO_BCFKS_KEYSTORE_DOES_NOT_EXIST=No certificates for the BCFKS key store \ + could be found. Check that the provided path and PIN are valid and that \ + the key store contains certificates. INFO_PREVIOUS_BUTTON_LABEL=< Previous INFO_PREVIOUS_BUTTON_TOOLTIP=Go to Previous Step INFO_PROGRESS_CANCELING=Canceling -- Gitblit v1.10.0