This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/activemq-artemis-examples.git


The following commit(s) were added to refs/heads/development by this push:
     new 72994ac  ARTEMIS-5101 Replace deprecated two-way passwords
72994ac is described below

commit 72994aceda4dea197a1bd818e63a158cf994ba26
Author: Domenico Francesco Bruscino <[email protected]>
AuthorDate: Tue Oct 15 15:50:30 2024 +0200

    ARTEMIS-5101 Replace deprecated two-way passwords
---
 .../jmx-ssl/src/main/resources/activemq/server0/management.xml        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/examples/features/standard/jmx-ssl/src/main/resources/activemq/server0/management.xml
 
b/examples/features/standard/jmx-ssl/src/main/resources/activemq/server0/management.xml
index 3bd3cc5..3002a77 100644
--- 
a/examples/features/standard/jmx-ssl/src/main/resources/activemq/server0/management.xml
+++ 
b/examples/features/standard/jmx-ssl/src/main/resources/activemq/server0/management.xml
@@ -21,9 +21,9 @@
          connector-host="localhost"
          secured="true"
          key-store-path="${data.dir}/../etc/server-keystore.jks"
-         key-store-password="ENC(1f0e6cd7ced61232730f9e82cc91c1e1)"
+         key-store-password="securepass"
          trust-store-path="${data.dir}/../etc/client-ca-truststore.jks"
-         trust-store-password="ENC(1f0e6cd7ced61232730f9e82cc91c1e1)"/>
+         trust-store-password="securepass"/>
    <authorisation>
       <allowlist>
          <entry domain="hawtio"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to