SSLPrivateKeyPwdFile

Specifies the full path to the .dat file that contains the encrypted 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 -outfile 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:
SSLPrivateKeyPwdFile=C:\Program Files\Cognos\TM1\bin64\btprk.dat