From 607300e57ea05a1475656f1493745f7c7a28b747 Mon Sep 17 00:00:00 2001 From: Jack Magne Date: Thu, 23 Sep 2021 13:50:41 -0400 Subject: [PATCH] Fix Bug 2001576 - pki instance creation fails for IPA server in FIPS mode (RHEL-8.5). Additional fix to this issue to account for our standalone java tools. --- base/tools/templates/pki_java_command_wrapper.in | 1 + 1 file changed, 1 insertion(+) diff --git a/base/tools/templates/pki_java_command_wrapper.in b/base/tools/templates/pki_java_command_wrapper.in index 05650630d..d68ed93a3 100644 --- a/base/tools/templates/pki_java_command_wrapper.in +++ b/base/tools/templates/pki_java_command_wrapper.in @@ -90,6 +90,7 @@ JAVA_OPTIONS="" ${JAVA} ${JAVA_OPTIONS} \ -cp "${PKI_LIB}/*" \ + -Dcom.redhat.fips=false \ -Djava.util.logging.config.file=${PKI_LOGGING_CONFIG} \ com.netscape.cmstools.${COMMAND} "$@" -- 2.31.1