mqiptAdmin properties
The mqiptAdmin command reads configuration properties from a properties file that is specified when the command is started.
The following properties can be specified in the properties file that is used by the mqiptAdmin command. Property names are case-sensitive.
- PasswordProtectionKeyFile
- The name of the file containing the encryption key used to encrypt the trust store password that is specified in the SSLClientCAKeyRingPW property. If this property is not specified, the default encryption key is used to decrypt the password. The encryption key used to encrypt the mqiptAdmin trust store password can be different to the encryption key used to encrypt passwords in the mqipt.conf configuration file.
- SSLClientCAKeyRing
- The file name of the PKCS#12 trust store to use for connections to the MQIPT TLS command port. The trust store should contain the CA certificate of the CA that signed the server certificate that the MQIPT TLS command port is configured to use. Backslash (\) characters in the file name must be escaped and specified as a double backslash (\\).
- SSLClientCAKeyRingPW
- The encrypted password to access the trust store specified using the SSLClientCAKeyRing property. The password must be encrypted using the mqiptPW command, and the value of this property set to the string output by mqiptPW.
Parent topic: IBM MQ Internet Pass-Thru configuration reference