Show Table of Contents
16.6. Changing the password masking defaults
JBoss Enterprise Application Platform 5 ships with server profiles configured for password masking. By default the server profiles are configured to use the keystore
jboss-as/bin/password/password.keystore, and the key alias jboss. If you store the key pair used for password masking elsewhere, or under a different alias, you will need to update the server profiles with the new location or key alias.
The password masking key store location and key alias is specified in the file
deploy/security/security-jboss-beans.xml under each of the included JBoss Application Server server profiles.
Example 16.4. Password Masking defaults in security-jboss-beans.xml
<!-- Password Mask Management Bean-->
<bean name="JBossSecurityPasswordMaskManagement"
class="org.jboss.security.integration.password.PasswordMaskManagement" >
<property name="keyStoreLocation">password/password.keystore</property>
<property name="keyStoreAlias">jboss</property>
<property name="passwordEncryptedFileName">password/jboss_password_enc.dat</property>
<property name="keyStorePasswordEncryptedFileName">password/jboss_keystore_pass.dat</property>
</bean>

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.