INFA_DEFAULT_DB_TRUSTSTORE_PASSWORD environment variable applies to the infasetup command line program.
Some
infasetup
commands configure secure communication for the domain. You can provide the password for the database truststore file for the secure database as an option with
infasetup
, or you can store it as the environment variable INFA_DEFAULT_DB_TRUSTSTORE_DATABASE_PASSWORD.
Use the following steps as a guideline to use an encrypted password as an environment variable:
Use the command line program
pmpasswd
to encrypt the database user password.
pmpasswd
generates and displays the encrypted password. For example, if you enter the password “monday,” it encrypts to f/wRb5PZsZnqESTDPeos7Q==.
Configure the password environment variable to set the encrypted value.