Quantcast
Channel: SCN : Unanswered Discussions - BI Platform
Viewing all articles
Browse latest Browse all 5661

How to configure CORBA SSL in clients for multiples environments

$
0
0

We are configuring SAP BO 4.0 SP06 on Windows Server 2008.

 

We had configured SSO with Windows AD and SSL. Before we run any client application, we must to configure CORBA SSL by copying the certificates generated from BO Server (dev_boserver) to client machine and executing the command:

sslconfig.exe -dir C:\SSL -mycert servercert.der -rootcert cacert.der -mykey server.key -passphrase passphrase.txt -protocol ssl

 

In this way we are able to run WebI connected to the BO Server (dev_boserver)

What if we have two environments, development (dev_boserver) and producion (prd_boserver)? How can we configure this to avoid launch the above command every time we want to switch between any environment?

 

We have a similar issue the IDT, in this case we have to edit InformationDesignTool.ini and add this lines:

-Djava.security.auth.login.config=C:/Windows/bscLogin.conf

-Djava.security.krb5.conf=C:/Windows/krb5.ini

-Dbusinessobjects.orb.oci.protocol=ssl

-DcertDir=C:\SSL

-DtrustedCert=cacert.der

-DsslCert=servercert.der

-DsslKey=server.key

-Dpassphrase=passphrase.txt

 

How we can configure the .ini file once and be able to switch between any environment?

 

I would really appreciate any help

Regards.

 

Sergio.


Viewing all articles
Browse latest Browse all 5661

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>