Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2330#discussion_r220322689
--- Diff:
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-side-keystore.jks"
- key-store-password="secureexample"
--- End diff --
I don't think you should change the example here.
It's actually a good example on how to not change the password, right?
---