Obfuscate SSL Client Private Key Passphrase
To obfuscate the value of Client_Cert_Passphrase
:
Obfuscate the credentials using the ObfuscationUtilitySample.java sample as shown here.
java -cp .;* ObfuscationUtilitySample username Obfuscated data=AD4FA378FFE8C017D17405E82D907F1F
Set the
Credentials_Encrypted
parameter to yes in theCADP_for_JAVA.properties
file. This parameter encrypts the credentials/passphrase.Copy the passphrase (
AD4FA378FFE8C017D17405E82D907F1F
) and paste it underClient_Cert_Passphrase
parameter in theCADP_for_JAVA.properties
file.Similarly, use the above steps to obfuscate KeyStore password.