You can provide encrypted values for passwords or other sensitive data that you do not want to save as clear text.
Follow these steps:
For example, if you have the following PARAMS value:
PARAMS = "-param:pass="ASGFASDGSDFG@$#!@"","-param:configurationName=RCM","param:pass2="ASGFASDGSDFG@$#!@""
The value of ENCRYPTED_PARAMS_INDICES_ZERO_BASED must be as follows:
ENCRYPTED_PARAMS_INDICES_ZERO_BASED = 0,2
The previous line indicates that the first (starting from zero) and the third parameters are encrypted.
Copyright © 2014 CA.
All rights reserved.
|
|