Deleting passwords from properties files | HCL Digital Experience
The configuration tasks might require you to write security-sensitive information, such as passwords, into multiple properties files. When you no longer need this security-sensitive information for your configuration, you should remove them and move the files to a safe place or set the file permissions so that only authorized users can read them.
About this task
z/OS only: Job EJPSDPW is
generated when you generate the instructions for the Basic
Portal Configuration. Run this job to remove the passwords
from the configuration scripts.
Complete the following steps to delete passwords and other security-sensitive information from the properties files:
Note: After
completing the tasks to clean up the work directory and delete the
passwords, you might find that in order to successfully perform additional
configuration tasks, you need these passwords. Some tasks require
you to add the passwords back to the wkplc.properties, wkplc_comp.properties, wkplc_dbdomain.properties,
and wkplc_sourceDb.properties files while other
tasks allow you to specify the passwords on the command line using
the –D flag. Refer to the configuration task documentation to determine
which method is required.
Procedure
- Complete the following steps to
access the HCL Portal configuration
directory:
Table 1. Steps to access the configuration directory by operating system Operating system Steps Windows™ Complete the following steps to access the configuration directory: - Open a command prompt.
- Change to the wp_profile_root\ConfigEngine directory.
AIX®SolarisLinux™ Complete the following steps to access the configuration directory: - Open a terminal session.
- Change to the wp_profile_root/ConfigEngine directory.
IBM® i Complete the following steps to access the configuration directory: - Type STRQSH on an OS/400 command line to start the Qshell Interpreter.
- Change to the wp_profile_root/ConfigEngine directory.
- Remove the work directory that was created during the installation:
- Windows™: ConfigEngine.bat cleanup-work-dir -DWasPassword=password
- AIX®SolarisLinux™: ./ConfigEngine.sh cleanup-work-dir -DWasPassword=password
- IBM® i: ConfigEngine.sh cleanup-work-dir -DWasPassword=password
Note: Before running additional tasks, check the output for any error messages and, if instructed, correct any items before rerunning the task. - Enter the following commands
from the configuration directory
to remove all passwords from the wkplc.properties, wkplc_comp.properties, wkplc_sourceDb.properties,
and wkplc_dbdomain.properties files:
- Windows™: ConfigEngine.bat delete-passwords -DWasPassword=password
- AIX®SolarisLinux™: ./ConfigEngine.sh delete-passwords -DWasPassword=password
- IBM® i: ConfigEngine.sh delete-passwords -DWasPassword=password
Note: Before running additional tasks, check the output for any error messages and, if instructed, correct any items before rerunning the task.