From a9bbf17ba3b41d3940efaeb98caf4da2ef344f23 Mon Sep 17 00:00:00 2001 From: Yuriy Movchan <Yuriy.Movchan@gmail.com> Date: Fri, 29 Jul 2022 16:57:31 +0000 Subject: [PATCH] Check if BC FIPS provider exists before loading it --- 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