If the Informatica domain has secure communication enabled, you must set environment variables on the machine that hosts the command line programs to run the commands securely. You must set the environment variables before you run the infacmd, pmrep, mmcmd, mmRepoCmd, and pmcmd commands.
Set the following environment variables before you run the commands:
INFA_TRUSTSTORE
Set the INFA_TRUSTSTORE environment variable with the directory that contains the truststore files for the SSL certificates. The directory must contain truststore files named infa_truststore.jks and infa_truststore.pem. You must set the INFA_TRUSTSTORE variable whether you use the default SSL certificate from Informatica or you specify a SSL certificate.
INFA_TRUSTSTORE_PASSWORD
If you specify the SSL certificate to enable secure communication in the domain, set the INFA_TRUSTSTORE_PASSWORD environment variable with the password for the infa_truststore.jks that contains the SSL certificate. You do not need to set this variable if you use the default SSL certificate from Informatica.
The password must be encrypted. Use the command line program pmpasswd to encrypt the password with encryption type CRYPT_SYSTEM. For more information, see
Encrypting Passwords.