IBM Support

Running ThirdPartyCertificateTool to create csr returns Help menu

Troubleshooting


Problem

Attempting to run the following command using the ThirdPartyCertificateTool to generate csr  displays the Help menu.

ThirdPartyCertificateTool.bat -c -e -d "CN=abc,ou=support,c=US" -r encryptRequest.csr -p NoPassWordSet

Cause

A new version of this tool was added in R12 which requires that you specify the key pair algorithm using the -a parameter.

Resolving The Problem

A new version of the ThirdPartyCertificateTool was added in 11.0.12.

The CSRs use SHA256 digest when using this newer version of the tool versus SHA1 in past versions.

Now when running the tool to create the csr you must include the - a parameter to specify the key pair algorithm.   Currently RSA and EC keys should work.

ThirdPartyCertificateTool.[bat|sh] -c -e -d "<DN>" -r ..\configuration\certs\my.csr -p NoPassWordSet -a rsa

or

ThirdPartyCertificateTool.[bat|sh] -c -e -d "<DN>" -r ..\configuration\certs\my.csr -p NoPassWordSet -a ec

Document Location

Worldwide

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSTSF6","label":"IBM Cognos Analytics"},"Component":"","Platform":[{"code":"PF016","label":"Linux"},{"code":"PF033","label":"Windows"}],"Version":"11.0.12 and higher","Edition":"","Line of Business":{"code":"LOB10","label":"Data and AI"}}]

Document Information

Modified date:
05 June 2019

UID

ibm10886773