User Id and Password incorrect in Siebel SMC console for IP 2017
Hi,
We have installed Siebel IP 2017 in Linux. We have executed the below command to created keystore using Openssl and java coming with siebel.
openssl req -new -keyout /u02/app/CertStore/CAkey.pem -out /u02/app/CertStore/CAreq.pem -subj "/C=NZ/ST=Auckland/L=Auckland/O=TM/OU=Siebel Training/CN=2degreesmobile.co.nz"
openssl x509 -signkey /u02/app/CertStore/CAkey.pem -req -days 3650 -in /u02/app/CertStore/CAreq.pem -out /u02/app/CertStore/CAroot.cer -extensions v3_ca
/u02/app/ses1/jre/bin/keytool -import -trustcacerts -alias ca -file /u02/app/CertStore/CAroot.cer -keystore /u02/app/CertStore/KeyStore.jks