cancel
Showing results for 
Search instead for 
Did you mean: 

Step by Step instructions importing Client Certificates on Java Engine

laxman_molugu
Participant
0 Kudos

Hi All,

I am trying to configure a <b>Receiver</b> SOAP adapter with SSL, does anybody has step-by-step procedure on how to install the client certificates on Java Engine using Visual Administrator? and refer that keystore in SOAP adapter?

PI 7.0 SP 09

UNIX-Sun Soloris.

Thanks,

Laxman

Accepted Solutions (1)

Accepted Solutions (1)

henrique_pinto
Active Contributor
0 Kudos

Hey Molugu,

you shouldn't have to install the client certificates on KeyStorage Service, for receiver adapters. The server's public certificate is sent just in the SSL handshaking. What you should have is the certificate authorization tree in your Trusted ACs Service (if the issuer of your client's certificate is not already there).

You need to install client certificates in sender adapters, when your client uses authentication through certificate. Then you need to install that authentication certificate for the authorized users.

Check the following link for SSL on J2EE: http://help.sap.com/saphelp_nw2004s/helpdata/en/f1/2de3be0382df45a398d3f9fb86a36a/frameset.htm

Regards,

Henrique.

laxman_molugu
Participant
0 Kudos

Hi Henrique,

Thanks for reminding me on this. You are right we don't need to do anything on the KeyStore service. This keyStore is required only for the Authentication but we are doing authentication with payload it self. The problem is resolved.

I awarded Full Points .

thanks,

Laxman

henrique_pinto
Active Contributor
0 Kudos

Hey Molugu,

glad I could help.

Regards,

Henrique.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Laxman,

Go through this SAP page which will help you:

<a href="http://help.sap.com/saphelp_nw04s/helpdata/en/ab/c955e2e2d24a888127f211f2d5043f/frameset.htm">Security Configuration</a>

Regards,

Subhasha Ranjan