Delete passwords from properties files
- Remove the work directory that was created during the installation:
cd WP_PROFILE/ConfigEngine
./ConfigEngine.sh cleanup-work-dir -DWasPassword=foo- Remove all passwords from the wkplc.properties, wkplc_comp.properties, wkplc_sourceDb.properties, and wkplc_dbdomain.properties files:
./ConfigEngine.sh delete-passwords -DWasPassword=foo
Parent: Securing