To store the SSL password in the BRPM vault, do the following:
- Stop the BRPM service.
- Go to <RPMhome>\bin.
Set the environment by using setenv.sh.
Example
[root@h[root@host1 bin]# . /opt/bmc/RLM/bin/setenv.sh- Trigger the ./rpm_vault.sh utility.
- Run the command
./rpm_vault.sh add. - Enter the variable name and the value to be encrypted.
- Replace the cleartext password in the four standalone.xml files with the vault attribute, highlighted in the preceding figure. The replaced file is as follows:
- Start the BRPM service.
Important
For Windows users, do the following:
- Go to C:\Program Files\BMC Software\RLM\bin>.
- Set the environment by using setenv.bat.
- Trigger the ./rpm_vault.bat utility.
- Run the command:
./rpm_vault.bat add. Go to Step 6.