Skip to content

Commit 0e8d7ff

Browse files
authored
Merge pull request #164 from luck3y/CLOUD-3509
CLOUD-3509 correct typo of keystore
2 parents dd86305 + 179ba68 commit 0e8d7ff

File tree

1 file changed

+1
-1
lines changed
  • jboss/container/wildfly/launch/jgroups/added/launch

1 file changed

+1
-1
lines changed

jboss/container/wildfly/launch/jgroups/added/launch/jgroups.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ configure_jgroups_encryption() {
347347
validate_keystore_and_create "cli" "ASYM_ENCRYPT"
348348
fi
349349
else
350-
jgroups_unencrypted_message="Detected <STATE> 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."
350+
jgroups_unencrypted_message="Detected <STATE> 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."
351351
if [ ! "${has_elytron_subsystem}" -eq 0 ]; then
352352
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."
353353
elif [ -n "${JGROUPS_ENCRYPT_SECRET}" ] || [ -n "${JGROUPS_ENCRYPT_NAME}" ] || [ -n "${JGROUPS_ENCRYPT_PASSWORD}" ] || [ -n "${JGROUPS_ENCRYPT_KEYSTORE}" ] || [ -n "${JGROUPS_ENCRYPT_KEYSTORE_DIR}" ]; then

0 commit comments

Comments
 (0)