Skip to content

Commit

Permalink
ARTEMIS-5101 Remove deprecated two-way passwords
Browse files Browse the repository at this point in the history
  • Loading branch information
brusdev committed Oct 15, 2024
1 parent 0eb1498 commit 79ccc87
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit 79ccc87

Please sign in to comment.