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: 

Importing sagenpse generated pse

Former Member
0 Kudos

Hi All,

I have genereated a new pse for dual stack XI system with the following command:

sapgenpse gen_pse -a sha256WithRsaEncryption -s 2048 -p SAPSSLS.pse -x ######## -r <filename>.req "CN=<SID>, OU=<java>, C=<country code>"

This has created three files in the SECUDIR location, however, I want to be able to see them in both the NWA Java Certficate listing and ABAP STRUST area.

How do I acheive this?

Many thanks

1 REPLY 1

cris_hansen
Advisor
Advisor
0 Kudos

Hello Maria,

Please first check the value of ssl/pse_provider.

You should maintain the PSE only in ABAP or Java in a dual stack system.

If you decide to use ABAP, then you can load the PSE created via sapgenpse using the entry "File" in the left hand side panel in STRUST. Thus you can read the PSE, then use menu PSE -> Save As... to select the SSL server Standard default identity.

For Java, the following blog might help.

Regards,

Cris