Show TOC Anfang des Inhaltsbereichs

Vorgehensweisen Exporting the SSL Key Pair from the ABAP System  Dokument im Navigationsbaum lokalisieren

Use

In an AS ABAP and AS Java combined system, the server components reside on the same host and therefore use the same fully-qualified host name for access. In this case, create the key pair on the ABAP server and export it so that you can upload it onto the J2EE Engine.

Procedure

Using the trust manager (transaction STRUST):

...

       1.      If the server does not already possess a key pair to use for SSL, then create the SSL server PSE for the system.

Hinweis

Depending on how the server is to be accessed, you can create a system-wide PSE or server-specific PSEs. For more information, see Configuring the SAP Web AS for Supporting SSL.

       2.      Select the SSL server PSE to use for the J2EE Engine.

Hinweis

To select the system-wide SSL server PSE, select the SSL server PSE node with a double-click. To select a server-specific PSE, expand the SSL server PSE node and select the application server with a double-click.

       3.      Choose PSE Export and save the PSE file to a local directory.

       4.      Use the command line tool sapgenpse to export the PSE's key pair from this file to a file in PKCS#12 format.

Syntaxdokumentation

sapgenpse export_p12 [options] -p <pse file> <filename>.p12

For more information, see Exporting a PKCS#12 File.

Result

You can now upload this key pair onto the J2EE Engine using the Key Storage service.

 

 

Ende des Inhaltsbereichs