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: 

How to read SSL Certificate List

monika_dhumal
Participant
0 Kudos

Hi all,

I want to read SSL Certificate List.

I need the certificate for Encryption purpose. Currently I am harcoding it. But how to read the SSL certficate?

Please give your input.

Thanks,

Monika

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You can export certificate from Netweaver Administration at url:

http://<host>:<port>/nwa

Under Key Storage View under the name ICM_SSL_<instance number>

7 REPLIES 7

Former Member
0 Kudos

You can export certificate from Netweaver Administration at url:

http://<host>:<port>/nwa

Under Key Storage View under the name ICM_SSL_<instance number>

0 Kudos

I need to read the certificate in ABAP Program.

From which table or function module I will get Certificate lists stored in STRUST ?

How to use this function module :

SSFC_GET_CERTIFICATELIST

Edited by: monika dhumal on Jul 6, 2011 1:50 PM

0 Kudos

In this case, I think maybe that you can use SSFC_GET_CERTIFICATELIST function. Take a look to report RPUSVID0 for an example.

Parameters:

Profile Paramters

List of the SSF parameters relevant for encryption with the

SAPCryptolib.

Version SAPCryptolib

Installed version of SAPCryptolib

0 Kudos

Thanks for your reply.

I am using the same way...But after passing PSE I am getting error that invalid parameter.

I am giving the path of the application server where my .pse file is stored.

Please suggest.

0 Kudos

You need only to pass the full path of .pse that you want to read (in <profile> parameter).

Example:

/usr/sap/<sid>/<instance>/sec/TEMP_4E10B32858C8XXXXXXXX80000XXXXXXX.pse

ATTENTION: path is case sensitive!!

0 Kudos

Hi,

Thanks for your reply. You r right. But when we r trying to execute the function module standalone then it is not working. The same is working fine with STRUST.

0 Kudos

I've tried to test in SE37 transaction and it work fine ( in se37, flag "case sensitive" checkbox ).