ibm mobilefirst - Import Root Certificate of Google/iTunes into WebSphere Application Server - Liberty Profile 8.5.5.1 -


i trying configuring websphere application server - liberty profile 8.5.5.1 support applications in public app stores , following link : [http://www-01.ibm.com/support/knowledgecenter/sszh4a_6.2.0/com.ibm.worklight.installconfig.doc/appcenter/t_ac_applinks_google.html][1]

its saying have import root certificate of google play websphere trust store. part got stuck since don't know how open liberty profile console.

liberty profile not have console yet. whole configuration held in server.xml file. in file find reference keystore, this:

<feature>ssl-1.0</feature> <keystore id="defaultkeystore" password="password" /> 

if default settings used should have key.jks file in servername\resources\security\key.jks

then need add cert there using tool e.g. keytool, or ikeyman (if have full @ hand). example keytool:

keytool -importcert -alias certalias -file certificate.crt -keystore key.jks 

Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -