IBM Sterling B2B: Configuring SSL in IBM Sterling B2B Integrator
Configuring IBM Sterling B2B Integrator for SSL
1) Go to the properties directory
cd /home/siuser/SI/properties
1) Edit the file customer_overrides.properties and add:
noapp.HTTPS_REDIRECT_WARS=ALL noapp.SKIP_BASEPORT_DEPLOYMENT_WARS=ALL noapp.HTTPS_LIST_PORT=5001
If you also want to change the certificate:
noapp.sslCert=<INTERNAL_CREATED_CERTIFICATE>
Save the file.
2) Edit the file sandbox.cfg and modify:
WEBAPP_LIST_PORT=5001 WEBAPP_PROTOCOL=https
Save the file.
3) Stop B2Bi/SFG
4) Run the following commands:
cd /home/siuser/SI/bin ./setupfiles.sh ./deployer.sh
5) Start B2Bi/SFG
Older Version
1) Edit the file customer_overrides.properties and add:
noapp.HTTPS_REDIRECT_WARS=admin,dashboard,gbm,communitymanagement,myaft,portlets,filegateway,myfilegateway,myfg noapp.SKIP_BASEPORT_DEPLOYMENT_WARS=admin,dashboard,gpm,communitymanagement,myaft,portlets,filegateway,myfilegateway,myfg noapp.HTTPS_LIST_PORT=5001