IBM Sterling: Configurando comunicação TLS entre os componentes: Difference between revisions

From Wiki
Line 11: Line 11:
[[IBM Sterling Control Center: Configurando o SSL no Control Center]]
[[IBM Sterling Control Center: Configurando o SSL no Control Center]]


= Configurando o IBM Sterling B2B Integrator para SSL=
=IBM Sterling B2B Integrator=
 
1) Ir para o diretório properties
 
cd /home/siuser/SI/properties
 
 
1) Editar o arquivo '''customer_overrides.properties''' e adicionar
 
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
 
Se quiser alterar o certificado também
 
noapp.sslCert=<CERTIFICADO_INTERNO_CRIADO>
 
Salvar o arquivo
 
2) Editar o arquivo '''sandbox.cfg''' e alterar
 
WEBAPP_LIST_PORT=5001
WEBAPP_PROTOCOL=https
 
Salvar o arquivo
 
3) Pare o B2Bi/SFG
 
4) Executar os commandos
 
cd /home/siuser/SI/bin
./setupfiles.sh
./deployer.sh
 
5) Inicie o B2Bi/SFG


* [[IBM Sterling B2B: Configurando o SSL no IBM Sterling B2B Integrator]]


= Ver também =
= Ver também =

Revision as of 22:10, 2 November 2020

Criando as chaves

Quando criarmos as requisições de assinatura (CSR), você irá utilizar o artigo OpenSSL: Assinando um CSR com a nossa CA.


IBM Sterling Control Center

IBM Sterling Control Center: Configurando o SSL no Control Center

IBM Sterling B2B Integrator

Ver também