Siebel IP17 Enterprise configuration - Certificate error
Hi All,
Trying to install siebel IP17; Completed below steps
Installed Siebel Server, Gateway, AI, configured DB, activated license.
Trying to launch SMC to configure Gateway, but getting error as "certificate error" and a blank page. Nothing displayed
I created keystore as below. Not sure whether the CN is a problem here
keytool -genkey -alias alias_name -keystore siebelkeystore.jks -keyalg RSA -sigalg SHA1withRSA -dname "cn=*.<primaryDNS>.com"
The url am trying to use is https://<computername>.<primaryDNS>.com:9301/siebel/smc
FQDN = <computername>.<primaryDNS>.com
if I try with https://localhost:9301/siebel/smc --> then getting "certificate error"
Can some one please help on this issue. If this issue is because of my keystore, can the keystore be changed now? If so how?