Re: TM1 10.2 HTTPS-Problem
Posted: Fri Nov 27, 2015 5:23 am
Hi Deadsea
Pls try to execute this command line on Linux (I used on CentOS) installed with OpenSSL:
Then you will get PEM files. After this, pls refer to this tech note: How to enable SSL for IBM Cognos TM1Web 10.2.x
Best Regards,
Lucas
Pls try to execute this command line on Linux (I used on CentOS) installed with OpenSSL:
Code: Select all
openssl x509 -inform der -in myserver.[cer|crt] -out myserver.pem
Best Regards,
Lucas
deadsea wrote:Good Day All:
I read through the thread and it is stated that certs to imported should in PEM or PFX format. However, I am unable to find any documentation from IBM (thus far looked up the packaged install/config guide that comes with 10.2.2 install) that states that authoritatively.
The issue is that I am being given certs in *.CER format and got the following error:
CAM-CRP-1212: Unable to load CA Cert from file 'somecertfile.CER'.
Can anyone point me to any document or a source that authoritatively states that certs must be in PEM or PFX?
Thank you everyone.