SSLPwdKeyFile

Specifies the full path to the .dat file that contains the key used to encrypt and decrypt the password for the private key.

Parameter type: optional (required for SSL), static

If you are using your own SSL certificates, note that the name of this file is specified by the -keyfile parameter when you run the TM1Crypt utility.

For example, if you run the TM1Crypt utility from the following command:
tm1crypt.exe -pwd abc123 -keyfile btkey.dat -outfile btprk.dat -validate
the correct parameter value is:
SSLPwdKeyFile=C:\Program Files\Cognos\TM1\bin\btkey.dat