Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Public Key Technology

Former Member
0 Kudos

Hello Experts,

I am using a double stack system (ABAP and JAVA on same system).I need

to use message level security between two XI Servers located in 2

geographically different location using Internet as the communication

medium.

We have successfully created an RFC connection between the two systems

using Self-Signed Certificates in tcode STRUST.

Now I need to setup a connection between the two systems using a Keys

signed by SAP CA or Some CA for Demo Purpose. I have created a key pair on both

ends in the Java Visual Admin and got it signed by SAP CA,imported the

response and exchanged the generated Certificate Key between both the

system.

Is there anything to be done on the ABAP stack (STRUST)as well.

I have refered SAP Note 510007, and othere documentation on SDN for Creation of the key pair.

In short what configurations need to be done on (ABAP and JAVA) Stacks to achieve the above scenario.

Thanks,

Prashant

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Take a look at <a href="/people/alexander.bundschuh/blog/2007/01/16/principal-propagation-in-sap-xi blog

regards

krishna

2 REPLIES 2

Former Member
0 Kudos

Hi

Take a look at <a href="/people/alexander.bundschuh/blog/2007/01/16/principal-propagation-in-sap-xi blog

regards

krishna

0 Kudos

Dear Krishna,

The blog is helpful. But my doubt is if i have certificate set ( Private Key, PublicKey Certificate, CA Root certificate) already signed by a CA, then in case of a double stack system (ABAP+JAVA together), where ( in STRUST or Keystore) do i need to install these certificates for SSL communication between two systems (XIA---XIB)