From 179ba6839ec8aa6e23b73f3b5b7ab9f426918ed2 Mon Sep 17 00:00:00 2001 From: Ken Wills Date: Mon, 9 Mar 2020 13:31:32 -0500 Subject: [PATCH] CLOUD-3509 correct typo of keystore --- jboss/container/wildfly/launch/jgroups/added/launch/jgroups.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jboss/container/wildfly/launch/jgroups/added/launch/jgroups.sh b/jboss/container/wildfly/launch/jgroups/added/launch/jgroups.sh index e5ee732a..ce85a5aa 100644 --- a/jboss/container/wildfly/launch/jgroups/added/launch/jgroups.sh +++ b/jboss/container/wildfly/launch/jgroups/added/launch/jgroups.sh @@ -347,7 +347,7 @@ configure_jgroups_encryption() { validate_keystore_and_create "cli" "ASYM_ENCRYPT" fi else - jgroups_unencrypted_message="Detected JGroups encryption configuration, the communication within the cluster will be encrypted using a deprecated version of ASYM_ENCRYPT protocol. You need to set all of these variables to configure ASYM_ENCRYPT using the Elytron keysore: JGROUPS_ENCRYPT_SECRET, JGROUPS_ENCRYPT_NAME, JGROUPS_ENCRYPT_PASSWORD, JGROUPS_ENCRYPT_KEYSTORE." + jgroups_unencrypted_message="Detected JGroups encryption configuration, the communication within the cluster will be encrypted using a deprecated version of ASYM_ENCRYPT protocol. You need to set all of these variables to configure ASYM_ENCRYPT using the Elytron keystore: JGROUPS_ENCRYPT_SECRET, JGROUPS_ENCRYPT_NAME, JGROUPS_ENCRYPT_PASSWORD, JGROUPS_ENCRYPT_KEYSTORE." if [ ! "${has_elytron_subsystem}" -eq 0 ]; then log_warning "Elytron subsystem is not in your configuration, the communication within the cluster will be encrypted using a deprecated version of ASYM_ENCRYPT protocol." elif [ -n "${JGROUPS_ENCRYPT_SECRET}" ] || [ -n "${JGROUPS_ENCRYPT_NAME}" ] || [ -n "${JGROUPS_ENCRYPT_PASSWORD}" ] || [ -n "${JGROUPS_ENCRYPT_KEYSTORE}" ] || [ -n "${JGROUPS_ENCRYPT_KEYSTORE_DIR}" ]; then